diff --git a/checkin_notes b/checkin_notes index 5416fc9a10..58542ec149 100644 --- a/checkin_notes +++ b/checkin_notes @@ -10434,3 +10434,10 @@ Rom 19 Dec 2009 clientgui/ AdvancedFrame.cpp, .h DlgEventLog.cpp + +David 19 Dec 2009 + - web: add Comment link to news items + + html/inc/ + news.inc + diff --git a/doc/index.php b/doc/index.php index d80f0432d3..1782152107 100644 --- a/doc/index.php +++ b/doc/index.php @@ -115,8 +115,8 @@ function show_create() {
";
if ($title) {
echo "$title
\n";
}
$d = time_str($date);
- $text = bb2html($text);
+ $text = bb2html($post->content);
echo "
- $d
-
$text
+ $text
+
$d
+ thread>".tra("Comment")."
";
}
@@ -65,7 +66,7 @@ function show_news($start, $count) {
} else {
$title = $thread->title;
}
- news_item($thread->create_time, $title, $post->content);
+ news_item($thread->create_time, $title, $post);
}
if ($count) {