From: vyshane Date: Sun, 7 Jan 2007 06:49:25 +0000 (+0000) Subject: Added fieldset tag. MDL-7861. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8703f29af7d9919475e9243cc84d1b3f88d4140c;p=moodle.git Added fieldset tag. MDL-7861. --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 8e3d67d669..87951149d2 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3147,6 +3147,7 @@ function forum_print_latest_discussions($course, $forum, $maxdiscussions=5, $dis echo '
'; echo "
wwwroot/mod/forum/post.php\">"; + echo '
'; echo "id\" />"; echo ''; + echo '
'; echo '
'; echo "
\n"; }