iFrame manipulation for readable text

pull/1/head
ClaraCrazy 2023-11-02 08:01:17 +01:00
parent b41d731c6c
commit 01b56d97e9
1 changed files with 1 additions and 1 deletions

View File

@ -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">