From 5b01e52e02983b4575cc57fa4c2c7e0685b983f3 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sat, 27 Sep 2008 08:19:30 +0000 Subject: [PATCH] "Mark forum read"-button should be on its own line. svn path=/trunk/boinc/; revision=16075 --- html/user/forum_index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/forum_index.php b/html/user/forum_index.php index f15c7e67f1..e367e8a819 100644 --- a/html/user/forum_index.php +++ b/html/user/forum_index.php @@ -83,10 +83,10 @@ $first = true; foreach ($categories as $category) { if ($first) { $first = false; - echo "

"; + echo "

"; show_forum_title($category, NULL, NULL); - show_mark_as_read_button($user); echo "

"; + show_mark_as_read_button($user); start_forum_table( array(tra("Topic"), tra("Threads"), tra("Posts"), tra("Last post")) );