[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 3739b344246d86d210b6a35f889340e6147b7743
Evergreen Git
git at git.evergreen-ils.org
Fri May 15 19:14:47 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_8 has been updated
via 3739b344246d86d210b6a35f889340e6147b7743 (commit)
from 44431931451601b24927fdb6ae6c3efca33a810b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3739b344246d86d210b6a35f889340e6147b7743
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date: Fri May 15 10:02:17 2015 -0700
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 <tmccanna at georgialibraries.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2
index 3a8397d..0626f42 100644
--- a/Open-ILS/src/templates/opac/browse.tt2
+++ b/Open-ILS/src/templates/opac/browse.tt2
@@ -119,7 +119,7 @@
[% 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;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/browse.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list