mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
Merge pull request #297 from Focuslinkstech/Development
add htmlspecialchars_decode
This commit is contained in:
commit
400672454c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue