Another indentation fix, whoops

pull/16/head
ClaraCrazy 2024-09-28 01:07:22 +02:00
parent 86ed9427db
commit 73ee254ef7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</div>
{% elseif mail.textAsHtml %}
<div class="mail_body">
{{ mail.textAsHtml|raw }}
{{ mail.textAsHtml|raw }}
</div>
{% else %}
<div class="mail_body"></div>