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")) );