From e50c54d8129c6342dc37006669c4f42261e07dd6 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 6 Aug 2020 12:40:20 +0000 Subject: [PATCH] Bug 25826: (QA follow-up) Add filters Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi Signed-off-by: Andrew Fuerste-Henry --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 07e0d02535..83c5a246fb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -347,7 +347,7 @@ [% IF warnHiddenBiblionumbers.size %] Warning [% FOR w IN warnHiddenBiblionumbers %] - Biblio framework "[% w.frameworkcode %]" has the biblionumber field hidden at the interface [% w.interface %]
+ Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]
[% END %] [% END %] -- 2.39.5