From 265af9ac59eb64b5e2c035fb4dc33115f2516279 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Dec 2018 19:18:17 +0000 Subject: [PATCH] Bug 20935: Add missing html filter Signed-off-by: Michal Denar Signed-off-by: Michal Denar --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt index 958c30a689..65d085d68c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt @@ -38,7 +38,7 @@
Results in sections: [% FOREACH TAB IN TABS %] - [% TAB.tab_title %][% UNLESS ( loop.last ) %] • [% END %] + [% TAB.tab_title | html %][% UNLESS ( loop.last ) %] • [% END %] [% END %] •
-- 2.11.0