]> git.mjollnir.org Git - moodle.git/commitdiff
Removed unnecessary BR
authormoodler <moodler>
Mon, 27 Aug 2007 05:17:11 +0000 (05:17 +0000)
committermoodler <moodler>
Mon, 27 Aug 2007 05:17:11 +0000 (05:17 +0000)
lib/weblib.php

index 3cc3bd94a46bb197eb24917f514972f10e66c015..b51738a48a1c75564198942cb2c688d8153e9197 100644 (file)
@@ -5550,7 +5550,7 @@ function notify($message, $style='notifyproblem', $align='center', $return=false
 
     $message = clean_text($message);
 
-    $output = '<div class="'.$style.'" style="text-align:'. $align .'">'. $message .'</div>'."<br />\n";
+    $output = '<div class="'.$style.'" style="text-align:'. $align .'">'. $message .'</div>'."\n";
 
     if ($return) {
         return $output;