From c3ffcda4614dccd57992d7460db277b80c9cdba0 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 17 Jun 2022 22:23:31 +0000 Subject: [PATCH] Bug 30989: (QA follow-up) Use uri filter on OPAC tag cloud page This fixes 2 links on the page: * The tag within the 'all tags' cloud * The tag shown in the 'your tags' table Test plan as before: Test with a tag like +++ Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 16ec30258e9ee9bfbd5bbcbf3039c6b1b3cc9082) Signed-off-by: Lucas Gass --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt index 445ec01a03..eb77c4ffc9 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt @@ -116,7 +116,7 @@
[% FOREACH TAGLOO IN TAGLOOP %] - [% TAGLOO.term | html %] + [% TAGLOO.term | html %] [% TAGLOO.weight_total | html %] [% END %] @@ -153,7 +153,7 @@ Tag: [% IF MY_TAG.approved == 1 %] - [% MY_TAG.term | html %] + [% MY_TAG.term | html %] [% ELSE %] [% MY_TAG.term | html %] (not approved) [% END %] -- 2.39.2