forked from kevinowino869/mitrobill
add htmlspecialchars_decode
This commit is contained in:
parent
b7fce955ac
commit
aa3e522bc9
@ -14,7 +14,7 @@
|
||||
{if Text::is_html($mail['body'])}
|
||||
{$mail['body']}
|
||||
{else}
|
||||
{nl2br($mail['body'])}
|
||||
{nl2br(htmlspecialchars_decode($mail['body']))}
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user