"Mark forum read"-button should be on its own line.

svn path=/trunk/boinc/; revision=16075
This commit is contained in:
Janus B. Kristensen 2008-09-27 08:19:30 +00:00
parent 5e9056ae0e
commit 5b01e52e02
1 changed files with 2 additions and 2 deletions

View File

@ -83,10 +83,10 @@ $first = true;
foreach ($categories as $category) {
if ($first) {
$first = false;
echo "<p>";
echo "<p>";
show_forum_title($category, NULL, NULL);
show_mark_as_read_button($user);
echo "<p>";
show_mark_as_read_button($user);
start_forum_table(
array(tra("Topic"), tra("Threads"), tra("Posts"), tra("Last post"))
);