From a065b243feaef07586779d7943e00bbda6023db3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 7 Jan 2016 09:31:11 +0000 Subject: [PATCH] Bug 13618: Do not display html tags in patron's notices Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt index f3f9c37cdd..2c59cce96e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt @@ -58,7 +58,7 @@ [% QUEUED_MESSAGE.subject %]
- [% QUEUED_MESSAGE.content FILTER html_line_break %] + [% QUEUED_MESSAGE.content.raw FILTER html_line_break %]
-- 2.39.5