diff --git a/lib/weblib.php b/lib/weblib.php index 3cc3bd94a46..b51738a48a1 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -5550,7 +5550,7 @@ function notify($message, $style='notifyproblem', $align='center', $return=false $message = clean_text($message); - $output = '
'. $message .'
'."
\n"; + $output = '
'. $message .'
'."\n"; if ($return) { return $output;