diff --git a/include/layout.inc b/include/layout.inc index 5ed32f247..9535a2c91 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -380,7 +380,7 @@ function clean_note($text) { $text = wordwrap($text); } - $text = "

".$text."

"; + $text = "".$text.""; return $text; }