Merge branch 'bug-1390'

bug-1396
Benny Baumann 9 years ago
commit 5a7e585320

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

Loading…
Cancel
Save