From 0310fb8f3ecf44365a0274a2ca1b2a9711af1956 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 3 May 2023 20:51:49 +0000 Subject: [PATCH] Bug 33551: (QA follow-up) Fix TT filters Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/includes/restriction-types.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc index dc1775a82f..4eceb559ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc @@ -2,10 +2,10 @@ [%- BLOCK restriction_type_description -%] [%- ddisplay = restriction_type.display_text -%] [%- SWITCH ddisplay -%] - [%- CASE 'Manual' -%][% t("Manual") %] - [%- CASE 'Overdues' -%][% t("Overdues") %] - [%- CASE 'Suspension' -%][% t("Suspension") %] - [%- CASE 'Discharge' -%][% t("Discharge") %] + [%- CASE 'Manual' -%][% t("Manual") | html %] + [%- CASE 'Overdues' -%][% t("Overdues") | html %] + [%- CASE 'Suspension' -%][% t("Suspension") | html %] + [%- CASE 'Discharge' -%][% t("Discharge") | html %] [%- CASE -%][% ddisplay | html %] [%- END -%] [%- END -%] -- 2.30.2