Apply message formatting changes to mail.php also.
This commit is contained in:
parent
fef3c8e58a
commit
747227931a
|
@ -158,7 +158,7 @@ echo '</table>';
|
|||
if(($row['mail_from'] != $user) && ($row['rcpt_to'] != $user)) {
|
||||
continue;
|
||||
}
|
||||
$body = rtrim(nl2br($row['message'])).'<br />';
|
||||
$body = rtrim($row['message']).'<br /><br />';
|
||||
echo '<div class="np_article_header">';
|
||||
echo '<b>Subject:</b> '.$row['subject'].'<br />';
|
||||
echo '<b>From:</b> '.$row['mail_from'].'<br />';
|
||||
|
|
Loading…
Reference in New Issue