diff --git a/includes/pages/user_news.php b/includes/pages/user_news.php
index b51b0a4c..0da49c8e 100644
--- a/includes/pages/user_news.php
+++ b/includes/pages/user_news.php
@@ -71,6 +71,18 @@ function user_meetings()
return $html;
}
+/**
+ * Renders the text content of a news entry
+ *
+ * @param array $news
+ * @return string HTML
+ */
+function news_text($news) {
+ $text = ReplaceSmilies($news['Text']);
+ $text = str_replace("\n\n", '
', $text);
+ return $text;
+}
+
/**
* @param array $news
* @return string
@@ -84,7 +96,7 @@ function display_news($news)
$html .= '