From e0ca38b4dfcd3a4bd967752cb5a49bc1e7f32038 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 +++ --- 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.30.2