From 6b09dfbc8b23d534cbd48e72325f073fbbb28987 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 3 May 2011 20:42:16 -0400 Subject: [PATCH] HTML compliance in result table Convert & to & in URLs, and change a SPAN element to a DIV (because SPAN elements are not allowed to contain block-level elements like DIV and TABLE). Signed-off-by: Dan Scott --- Open-ILS/web/templates/default/opac/parts/result/table.tt2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 index cb76024a16..83da3d8d8b 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 @@ -25,7 +25,7 @@ [% class = 'search_page_nav_link'; href = '#'; IF page > 0; - href = propagator _ '&page=' _ (page - 1); + href = propagator _ '&page=' _ (page - 1); ELSE; class = class _ ' invisible'; END; %] [% attrs.title %] - +
[% attrs.author %]    [% attrs.pubdate %] @@ -142,7 +142,7 @@ #rec.copy_counts.available, rec.copy_counts.visible) %]
- +