From c04b4f30e8e3b44fe65e7b744dde640c4ff8f7bc Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 18 Jul 2019 17:15:11 +0000 Subject: [PATCH] Bug 23341: Hold Notes should allow for HTML tags Signed-off-by: Jessica Ofsa --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 0e0462d232..9c74373a9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -105,7 +105,7 @@ [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %] - [% hold.notes | html %] + [% hold.notes | $raw %] [% hold.date | html %] [% hold.expirationdate | html %] -- 2.11.0