From df07bbeee6188a83f59799d1f3e12fdbf072eb12 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 5 Jan 2007 01:06:24 +0000 Subject: [PATCH] MDL-7861, xhtml strict fix --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5