Bug 25826: (QA follow-up) Add filters
authorNick Clemens <nick@bywatersolutions.com>
Thu, 6 Aug 2020 12:40:20 +0000 (12:40 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 7 Aug 2020 07:55:50 +0000 (09:55 +0200)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index e4402d3..03fdc4c 100644 (file)
                 [% IF warnHiddenBiblionumbers.size %]
                     <tr><th scope="row"><b>Warning</b> </th><td>
                     [% FOR w IN warnHiddenBiblionumbers %]
-                        Biblio framework "[% w.frameworkcode %]" has the biblionumber field hidden at the interface [% w.interface %]<br/>
+                        Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/>
                     [% END %]
                     </td></tr>
                 [% END %]