formatting of mail body
This commit is contained in:
parent
2597013887
commit
9be3447231
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>
|
||||
<?php
|
||||
print_r($this->mail_body);
|
||||
print nl2br($this->mail_body);
|
||||
|
|
Loading…
Reference in a new issue