Fix indentation
parent
77a1710954
commit
270d4d9fc2
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue