From a065b243feaef07586779d7943e00bbda6023db3 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
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 <katrin.fischer.83@web.de>

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 @@
 		<td>
             <a class="notice-title" href="#">[% QUEUED_MESSAGE.subject %]</a>
             <div class="notice">
-                [% QUEUED_MESSAGE.content FILTER html_line_break %]
+                [% QUEUED_MESSAGE.content.raw FILTER html_line_break %]
             </div>
         </td>
 		<td>