From 1c0aad5a1d652c8e7ad0c18bb19214b22b3c554a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 9 Aug 2018 12:55:04 -0300 Subject: [PATCH] Bug 13618: Specific for labels This is definitely wrong, html is generated in C4/Creators/Lib.pm (see FIXME). We will need to fix it, but let's do that later! Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index a68da33309..445071fc19 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -131,7 +131,7 @@ [% IF ( text_field.field_name == '_item_type_tbl' ) %] [% ItemTypes.GetDescription( text_field.field_value ) | html %] [% ELSE %] - [% text_field.field_value | html %] + [% text_field.field_value | $raw %] [% END %] [% END %] -- 2.39.5