From c85dff5011bc12e67cebfb8c563d6268f20ab653 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Thu, 25 Sep 2008 12:26:41 +0000 Subject: [PATCH] - Fixed layouting issue with IE browsers due to forms by unwrapping the form from the table cell svn path=/trunk/boinc/; revision=16051 --- html/user/forum_forum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/forum_forum.php b/html/user/forum_forum.php index 7fd232add8..f165461ae9 100644 --- a/html/user/forum_forum.php +++ b/html/user/forum_forum.php @@ -81,6 +81,7 @@ case 1: echo '

+

- -
@@ -89,16 +90,15 @@ echo ' show_button("forum_post.php?id=$id", "New thread", "Add a new thread to this forum"); echo " id\"> "; echo select_from_array("sort", $forum_sort_styles, $sort_style); echo "
+ "; show_forum($forum, $start, $sort_style, $user);