From f0d3eb109110b9f054889329b0dbecbe252a3352 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 --- 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 e4402d30b3..03fdc4c27b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -348,7 +348,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.11.0