Bug 30993: (QA follow-up) Add missing filter
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 15 Feb 2023 12:27:50 +0000 (09:27 -0300)
committerPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 16 Feb 2023 11:12:52 +0000 (10:12 -0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 2697f7884bbb1c68e09f47a5260b4c801f30bfe2)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt

index fc3943a..2ee6c6a 100644 (file)
@@ -82,7 +82,7 @@
                     Note: No upload categories are defined.
                     [% IF ( CAN_user_parameters_manage_auth_values ) -%]
                         [% av_UPLOAD_link = BLOCK %]<a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD'>UPLOAD</a>[% END %]
-                        <span>Add values to the [% av_UPLOAD_link | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.</span>
+                        <span>Add values to the [% av_UPLOAD_link | $raw | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.</span>
                     [% ELSE -%]
                         <span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span>
                     [% END %]