add htmlspecialchars_decode

This commit is contained in:
Focuslinkstech
2024-09-09 13:18:10 +01:00
committed by GitHub
parent b7fce955ac
commit aa3e522bc9

View File

@ -14,7 +14,7 @@
{if Text::is_html($mail['body'])}
{$mail['body']}
{else}
{nl2br($mail['body'])}
{nl2br(htmlspecialchars_decode($mail['body']))}
{/if}
</div>
</div>