From d0e7d6e1d669943d78526c71ab5d930607262d1f Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 1 Mar 2007 07:45:14 +0000 Subject: [PATCH] replacing fieldsets with divs in small forms --- mod/forum/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index e7db81aeada..3137e7e8f71 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3133,7 +3133,7 @@ function forum_print_latest_discussions($course, $forum, $maxdiscussions=5, $dis echo '
'; echo "
wwwroot/mod/forum/post.php\">"; - echo '
'; + echo '
'; echo "id\" />"; echo ''; - echo '
'; + echo '
'; echo ''; echo "\n"; }