From d6f95c20a83794eba4debd96291e81f91874c6a5 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Thu, 26 Mar 2009 01:01:21 +0000 Subject: [PATCH] fixed jquery-expression error. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@224 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/item_add_elec.xhtml | 2 +- conifer/templates/item_add_phys.xhtml | 2 +- conifer/templates/item_add_url.xhtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conifer/templates/item_add_elec.xhtml b/conifer/templates/item_add_elec.xhtml index 7c89ca2..af516fc 100644 --- a/conifer/templates/item_add_elec.xhtml +++ b/conifer/templates/item_add_elec.xhtml @@ -11,7 +11,7 @@ course_title = '%s: %s (%s)' % (course.code, course.title, course.term) ${title} ${item_metadata_formset_header()} diff --git a/conifer/templates/item_add_phys.xhtml b/conifer/templates/item_add_phys.xhtml index 25a2500..89e3327 100644 --- a/conifer/templates/item_add_phys.xhtml +++ b/conifer/templates/item_add_phys.xhtml @@ -11,7 +11,7 @@ course_title = '%s: %s (%s)' % (course.code, course.title, course.term) ${title} diff --git a/conifer/templates/item_add_url.xhtml b/conifer/templates/item_add_url.xhtml index bf20a62..b23c955 100644 --- a/conifer/templates/item_add_url.xhtml +++ b/conifer/templates/item_add_url.xhtml @@ -11,7 +11,7 @@ course_title = '%s: %s (%s)' % (course.code, course.title, course.term) ${title} ${item_metadata_formset_header()} -- 2.11.0