Merge pull request #297 from Focuslinkstech/Development

add htmlspecialchars_decode
This commit is contained in:
iBNu Maksum 2024-09-09 22:11:32 +07:00 committed by GitHub
commit 400672454c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>