From: Jason Boyer Date: Tue, 12 Jan 2021 13:46:43 +0000 (-0500) Subject: LP#1902965: Fix search in Bootstrap OPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=66c49eef89df8270b0d6367b6920dcf9d865acf9;p=evergreen%2Fjoelewis.git 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 --- 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") %]