bug 1390: added quoted_printable_decode to make sure that the encoding of the mail is shown correct.
This commit is contained in:
parent
e3611f709b
commit
acad82ef82
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue