From 0ae31f38fbc5c6e2ef16371e50b915809bf584ce Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Mon, 27 Aug 2007 05:17:11 +0000
Subject: [PATCH] Removed unnecessary BR

---
 lib/weblib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/weblib.php b/lib/weblib.php
index 3cc3bd94a4..b51738a48a 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 = '<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;
-- 
2.39.5