From: Terran McCanna Date: Fri, 15 May 2015 17:02:17 +0000 (-0700) Subject: LP1406317: Stray Semicolons in OPAC Browse X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c09d72c1173b92913f550e1b7190791acc516c57;p=contrib%2FConifer.git LP1406317: Stray Semicolons in OPAC Browse Fixed display issue where semicolons were appearing at the end of each result in browse title screen. Semicolon had been placed outside of a bracket rather than inside a bracket. Moved semicolon to inside bracket to correct. URL of page showing error: https://my-library/eg/opac/browse?blimit=10&qtype=title&bterm=m&locg=1 Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2 index 962dbd0243..bbfbae3856 100644 --- a/Open-ILS/src/templates/opac/browse.tt2 +++ b/Open-ILS/src/templates/opac/browse.tt2 @@ -118,7 +118,7 @@ [% END %] - [% auth_headings_ul_added = 0 %]; + [% auth_headings_ul_added = 0; %] [% seenit = {}; # for headings we've rendered FOR a IN result.sees; PROCESS authority_notes authority=a;