Skip to content

Commit

Permalink
Fix html body render
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored and JanTvrdik committed Sep 8, 2023
1 parent 8aa23f2 commit 2615bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MailPanel.body.latte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{* Little magic here. Create iframe and then render message into it (needed because HTML messages) *}
{if $message->getHtmlBody() !== NULL}
{if $message->getHtmlBody() !== ''}
{$message->getHtmlBody()|noescape}
{else}
<!doctype html>
Expand Down

0 comments on commit 2615bfb

Please sign in to comment.