[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 7b189eaa71994bf3ce1802daee60e5a35c3a8334

Evergreen Git git at git.evergreen-ils.org
Tue Dec 23 14:54:43 EST 2014


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_6 has been updated
       via  7b189eaa71994bf3ce1802daee60e5a35c3a8334 (commit)
      from  05fafd0a3787ed6eeac3de4ca946df330212919c (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 7b189eaa71994bf3ce1802daee60e5a35c3a8334
Author: Michael Peters <mpeters at emeralddata.net>
Date:   Mon Dec 8 12:08:21 2014 -0500

    LP#1319964 "Summaries & More" displays improperly in TPAC
    
    Commit 14eb3d30 added HTML-escaping of OPAC extras display
    labels, meaning that if an ampersand in such a label is
    desired, it should be entered in the template just as an ampersand.
    
    Signed-off-by: Michael Peters <mpeters at emeralddata.net>
    
    [Amended original commit to tweak message and remove unecessary changes
     to .po files, which are rebuilt when a release is rolled.]
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2
index 39baa41..017b75f 100644
--- a/Open-ILS/src/templates/opac/parts/record/extras.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2
@@ -54,7 +54,7 @@
         END;
 
         extras = [
-            {name => 'summaryplus',  label => l('Summaries &amp; More'), hide => hide_summary}, 
+            {name => 'summaryplus',  label => l('Summaries & More'), hide => hide_summary},
             {name => 'annotation', label => l('Annotation'), hide => 1}, 
             {name => 'awards',  label => l('Awards, Reviews, & Suggested Reads')}, 
             {name => 'excerpt',  label => l('Excerpt'), hide => 1},

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/parts/record/extras.tt2     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list