LP#1319964 "Summaries & More" displays improperly in TPAC
authorMichael Peters <mpeters@emeralddata.net>
Mon, 8 Dec 2014 17:08:21 +0000 (12:08 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 23 Dec 2014 19:51:40 +0000 (14:51 -0500)
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@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@esilibrary.com>
Open-ILS/src/templates/opac/parts/record/extras.tt2

index 39baa41..017b75f 100644 (file)
@@ -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},