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:
parent
baeeaffbf8
commit
a065b243fe
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue