[open-ils-commits] [GIT] Evergreen ILS branch master updated. baf4957f6f7a2954ebb7c10c9469c892e1ca1a9a

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, master has been updated
       via  baf4957f6f7a2954ebb7c10c9469c892e1ca1a9a (commit)
      from  ffad4cd12f433d6904cc0b15eeb041f2f52f48ec (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 baf4957f6f7a2954ebb7c10c9469c892e1ca1a9a
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