From f0b90fcb7eccfc2214322b945ee9f084411b8088 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Tue, 8 Feb 2005 21:20:00 +0000 Subject: [PATCH] Small layout fix svn path=/trunk/boinc/; revision=5366 --- html/inc/forum.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inc/forum.inc b/html/inc/forum.inc index e938d7815d..f47bf92d35 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -511,7 +511,7 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS "; echo user_links($user, URL_BASE); - + echo "
"; global $special_user_bitfield; if ($user->special_user) { //If this user is somehow special for ($i=0; $icreate_time>time()-ST_NEW_TIME) $fstatus=ST_NEW."
"; /*...*/ } - if ($fstatus) echo "
$fstatus"; + if ($fstatus) echo "$fstatus"; echo ""; if (!$filter || !$rated_below_threshold){