diff --git a/includes/pages/user_news.php b/includes/pages/user_news.php index 61ba970d..28083a08 100644 --- a/includes/pages/user_news.php +++ b/includes/pages/user_news.php @@ -79,7 +79,7 @@ function user_meetings() */ function news_text($news) { $text = ReplaceSmilies($news['Text']); - $text = preg_replace("/\n\n/m", '

', $text); + $text = preg_replace("/\\n\\n/m", '

', $text); return $text; }