From 88616eb157480672543689ebe6a8ff3ccb888b2a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 19 Dec 2009 17:52:49 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=19990 --- html/inc/news.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "; }