bug 1390: added quoted_printable_decode to make sure that the encoding of the mail is shown correct.

bug-1390
INOPIAE 9 years ago
parent e3611f709b
commit acad82ef82

@ -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(quoted_printable_decode($this->mail_body));

Loading…
Cancel
Save