Fix indentation

pull/16/head
ClaraCrazy 2024-09-28 01:05:05 +02:00
parent 77a1710954
commit 270d4d9fc2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<iframe sandbox="allow-popups allow-popups-to-escape-sandbox" csp="script-src 'none'" srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe> <iframe sandbox="allow-popups allow-popups-to-escape-sandbox" csp="script-src 'none'" srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe>
</div> </div>
{% elseif mail.textAsHtml %} {% elseif mail.textAsHtml %}
<div class="mail_body"> <div class="mail_body">
{{ mail.textAsHtml|raw }} {{ mail.textAsHtml|raw }}
</div> </div>
{% else %} {% else %}