diff --git a/admin_index.php b/admin_index.php index 85801d35..3bec79ca 100644 --- a/admin_index.php +++ b/admin_index.php @@ -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", "
", $mail_body); + $mail_html = nl2br($mail_body); // send actual report to dev-team if (isset($_POST['send'])