[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. c09d72c1173b92913f550e1b7190791acc516c57

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_7 has been updated
       via  c09d72c1173b92913f550e1b7190791acc516c57 (commit)
      from  2d66e9bf9626c2f0bef57686abbbfc28f79775b5 (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 c09d72c1173b92913f550e1b7190791acc516c57
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 962dbd0..bbfbae3 100644
--- a/Open-ILS/src/templates/opac/browse.tt2
+++ b/Open-ILS/src/templates/opac/browse.tt2
@@ -118,7 +118,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