mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-07-01 06:27:09 +02:00
Fix indentation
This commit is contained in:
parent
77a1710954
commit
270d4d9fc2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
</div>
|
||||
{% elseif mail.textAsHtml %}
|
||||
<div class="mail_body">
|
||||
<div class="mail_body">
|
||||
{{ mail.textAsHtml|raw }}
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue