From c0ecfd0d34e2752a8f1d8db7c7c8ee3d491bd168 Mon Sep 17 00:00:00 2001 From: atz Date: Wed, 9 Jun 2010 21:43:59 +0000 Subject: [PATCH] is not valid HTML Although the DTD *may* specify xhtml, since in practice we are serving with Content-Type: text/html and we should avoid tags that are illegal in html. These errors are reported in chrome as: "Unmatched encountered. Ignoring tag." git-svn-id: svn://svn.open-ils.org/ILS/trunk@16643 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/reports/oils_rpt_common.xhtml | 2 +- Open-ILS/web/templates/base.tt2 | 6 +++--- .../templates/default/circ/selfcheck/main.tt2 | 2 +- .../conify/global/action/survey/edit.tt2 | 20 +++++++++---------- .../global/asset/copy_location_order.tt2 | 2 +- .../templates/default/vandelay/vandelay.tt2 | 6 +++--- 6 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Open-ILS/web/reports/oils_rpt_common.xhtml b/Open-ILS/web/reports/oils_rpt_common.xhtml index 9666f1f156..1715bd39f1 100644 --- a/Open-ILS/web/reports/oils_rpt_common.xhtml +++ b/Open-ILS/web/reports/oils_rpt_common.xhtml @@ -70,7 +70,7 @@ - + diff --git a/Open-ILS/web/templates/base.tt2 b/Open-ILS/web/templates/base.tt2 index 918bce2031..6bb7874aee 100644 --- a/Open-ILS/web/templates/base.tt2 +++ b/Open-ILS/web/templates/base.tt2 @@ -5,11 +5,11 @@ [% ctx.page_title %] - + + href='[% ctx.media_prefix %]/css/skin/[% ctx.skin %].css' /> + href='[% ctx.media_prefix %]/css/theme/[% ctx.skin %].css' /> diff --git a/Open-ILS/web/templates/default/circ/selfcheck/main.tt2 b/Open-ILS/web/templates/default/circ/selfcheck/main.tt2 index 7ce03842dd..a887da4a53 100644 --- a/Open-ILS/web/templates/default/circ/selfcheck/main.tt2 +++ b/Open-ILS/web/templates/default/circ/selfcheck/main.tt2 @@ -2,7 +2,7 @@ [% WRAPPER default/base.tt2 %] - + [% INCLUDE 'default/circ/selfcheck/audio_config.tt2' %]
diff --git a/Open-ILS/web/templates/default/conify/global/action/survey/edit.tt2 b/Open-ILS/web/templates/default/conify/global/action/survey/edit.tt2 index 40f57a79fc..f7279386f1 100644 --- a/Open-ILS/web/templates/default/conify/global/action/survey/edit.tt2 +++ b/Open-ILS/web/templates/default/conify/global/action/survey/edit.tt2 @@ -1,17 +1,15 @@ [% WRAPPER 'default/base.tt2' %] - - - - + + + + -
+
diff --git a/Open-ILS/web/templates/default/conify/global/asset/copy_location_order.tt2 b/Open-ILS/web/templates/default/conify/global/asset/copy_location_order.tt2 index fef90880d7..ca574ed229 100644 --- a/Open-ILS/web/templates/default/conify/global/asset/copy_location_order.tt2 +++ b/Open-ILS/web/templates/default/conify/global/asset/copy_location_order.tt2 @@ -1,7 +1,7 @@ [% WRAPPER default/base.tt2 %] [% ctx.page_title = 'Copy Location Order' %] - +
Copy Location Order
diff --git a/Open-ILS/web/templates/default/vandelay/vandelay.tt2 b/Open-ILS/web/templates/default/vandelay/vandelay.tt2 index 29bc1d4c94..019245f8c4 100644 --- a/Open-ILS/web/templates/default/vandelay/vandelay.tt2 +++ b/Open-ILS/web/templates/default/vandelay/vandelay.tt2 @@ -2,9 +2,9 @@ [% ctx.page_title = 'MARC Import/Export' %] [% ctx.dtd = '' %] - - - + + +