diff --git a/html/inc/news.inc b/html/inc/news.inc index e4d8c4fde6..dc48a2b633 100644 --- a/html/inc/news.inc +++ b/html/inc/news.inc @@ -21,12 +21,12 @@ require_once("../project/project.inc"); function news_item($date, $title, $text) { echo "
";
if ($title) {
- echo "$title\n";
+ echo "$title
\n";
}
$d = time_str($date);
$text = bb2html($text);
echo "
-
$d
+ $d
$text
";
}