@@ -, +, @@ --- .../intranet-tmpl/prog/en/includes/restriction-types.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/restriction-types.inc +++ a/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 -%] --