Merge branch 'bug-1390'

This commit is contained in:
Benny Baumann 2015-07-28 22:37:53 +02:00
commit 5a7e585320

View file

@ -7,4 +7,4 @@ $this->headLink()->appendStylesheet('/css/mail.css');
?> ?>
<H1><?php print I18n::_('Read Mail'); ?></H1> <H1><?php print I18n::_('Read Mail'); ?></H1>
<?php <?php
print nl2br($this->mail_body); print nl2br(htmlspecialchars(quoted_printable_decode($this->mail_body), ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8'));