mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-07-02 06:57:09 +02:00
iFrame manipulation for readable text
This commit is contained in:
parent
b41d731c6c
commit
01b56d97e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% if mail.html %}
|
{% if mail.html %}
|
||||||
<div>
|
<div>
|
||||||
<iframe srcdoc='{{ mail.html }}'></iframe>
|
<iframe 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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue