forked from kevinowino869/mitrobill
Merge pull request #297 from Focuslinkstech/Development
add htmlspecialchars_decode
This commit is contained in:
commit
400672454c
@ -14,7 +14,7 @@
|
|||||||
{if Text::is_html($mail['body'])}
|
{if Text::is_html($mail['body'])}
|
||||||
{$mail['body']}
|
{$mail['body']}
|
||||||
{else}
|
{else}
|
||||||
{nl2br($mail['body'])}
|
{nl2br(htmlspecialchars_decode($mail['body']))}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user