From 35ae2d1300c92a8721e78c84e5e2f1aa316f65c6 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 31 Mar 2021 11:48:17 -0400 Subject: [PATCH] LP#1902965: removing nesting of accordion() calls This was resulting in double-encoding of content notes, making the public catalog display things like
...
Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/opac/parts/record/contents.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/contents.tt2 b/Open-ILS/src/templates/opac/parts/record/contents.tt2 index 8ef1112b72..86c1adb032 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -212,7 +212,7 @@ BLOCK render_all_contents; IF content.match('\S'); -%] [% cont.label %] - [% accordion(content, trunc_length) %] + [% content %] [%- END; END; -- 2.11.0