iFrame manipulation for readable text
parent
b41d731c6c
commit
01b56d97e9
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
{% if mail.html %}
|
||||
<div>
|
||||
<iframe srcdoc='{{ mail.html }}'></iframe>
|
||||
<iframe srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe>
|
||||
</div>
|
||||
{% elseif mail.textAsHtml %}
|
||||
<div class="mail_body">
|
||||
|
|
Loading…
Reference in New Issue