From: toyomoyo Date: Fri, 5 Jan 2007 01:06:24 +0000 (+0000) Subject: MDL-7861, xhtml strict fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=df07bbeee6188a83f59799d1f3e12fdbf072eb12;p=moodle.git MDL-7861, xhtml strict fix --- diff --git a/lib/weblib.php b/lib/weblib.php index df5a8e51b5..67a472b0a2 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -4968,7 +4968,7 @@ function notify($message, $style='notifyproblem', $align='center', $return=false $message = clean_text($message); - $output = '
'. $message .'
'."
\n"; + $output = '
'. $message .'
'."
\n"; if ($return) { return $output;