why easy if you could do it the hard way? :P

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-13 08:14:01 +01:00
parent 682defcbcf
commit 83b615bc37

View File

@@ -364,7 +364,7 @@ if ($page == 'overview') {
$mail_body .= "-------------------------------------------------------------\n\n";
$mail_body .= "Froxlor-version: ".$version."\n\n";
$mail_body .= "End of report";
$mail_html = str_replace("\n", "<br />", $mail_body);
$mail_html = nl2br($mail_body);
// send actual report to dev-team
if (isset($_POST['send'])