From 66c49eef89df8270b0d6367b6920dcf9d865acf9 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Tue, 12 Jan 2021 08:46:43 -0500 Subject: [PATCH] LP#1902965: Fix search in Bootstrap OPAC Filters and localization functions don't mix. Assign the html filtered title to a temp var first. Signed-off-by: Jason Boyer Signed-off-by: Jason Stephenson Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 index db2df3384d..e0af980386 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 @@ -418,7 +418,8 @@ + [% SET esc_title = attrs.title | html -%] + title="[% l("Add [_1] to basket", esc_title) %]" rel="nofollow" vocab=""> [% l("Add to basket") %] @@ -426,7 +427,7 @@ + title="[% l("Remove [_1] from basket", esc_title) %]" rel="nofollow" vocab=""> [% l("Remove from basket") %] -- 2.11.0