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
This commit is contained in:
Jonathan Druart 2016-01-07 09:31:11 +00:00 committed by Brendan Gallagher
parent baeeaffbf8
commit a065b243fe

View file

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