LP1406317: Stray Semicolons in OPAC Browse
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 15 May 2015 17:02:17 +0000 (10:02 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 15 May 2015 23:25:34 +0000 (23:25 +0000)
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 <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Open-ILS/src/templates/opac/browse.tt2

index 3a8397d..0626f42 100644 (file)
                                 [% END %]
                             </span>
 
-                            [% 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;