From 020b7680cf442e610d7c3aee21b506b7731b4995 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 6 Aug 2020 12:40:20 +0000 Subject: [PATCH] [20.05.x] Bug 25826: (QA follow-up) Add filters Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi --- 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 f15f0534d6..5f9475b7ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -338,7 +338,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.30.0