diff --git a/Rocksolid_Light/spoolnews/mail.php b/Rocksolid_Light/spoolnews/mail.php index 8e854a7..1870fe7 100644 --- a/Rocksolid_Light/spoolnews/mail.php +++ b/Rocksolid_Light/spoolnews/mail.php @@ -158,7 +158,7 @@ echo ''; if(($row['mail_from'] != $user) && ($row['rcpt_to'] != $user)) { continue; } - $body = rtrim(nl2br($row['message'])).'
'; + $body = rtrim($row['message']).'

'; echo '
'; echo 'Subject: '.$row['subject'].'
'; echo 'From: '.$row['mail_from'].'
';