From 4bd42e9a2fc973351edd9a58b00c2feec949cb1a Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 8 Dec 2014 12:08:21 -0500 Subject: [PATCH 1/1] 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 [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 --- Open-ILS/src/templates/opac/parts/record/extras.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index 39baa41216..017b75f1cb 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 & 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}, -- 2.43.2