From: Dan Scott Date: Wed, 4 May 2011 00:42:16 +0000 (-0400) Subject: HTML compliance in result table X-Git-Tag: sprint4-merge-nov22~5128^2~72^2~60^2~1^2~2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b09dfbc8b23d534cbd48e72325f073fbbb28987;p=working%2FEvergreen.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 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) %]
- +