From: Dan Scott Date: Wed, 4 May 2011 00:42:16 +0000 (-0400) Subject: HTML compliance in result table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e152cf650e918f7baae14e010b4e9f060d49bdb3;p=evergreen%2Fequinox.git 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 --- 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 3fd549732e..c387efe251 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) %]
- +