From: moodler Date: Fri, 18 Apr 2003 05:28:08 +0000 (+0000) Subject: don't valign subjects in html X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=546be6dd89c75a195132a0074d7555dd64060b0b;p=moodle.git don't valign subjects in html --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index ff1238c72a..cc07a52649 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -918,7 +918,7 @@ function forum_print_discussion_header(&$post, $courseid, $ownpost=false, $reply echo ""; // Topic - echo "cellheading2\" class=\"forumpostheadertopic\" valign=top width=\"100%\">"; + echo "cellheading2\" class=\"forumpostheadertopic\" width=\"100%\">"; echo "wwwroot/mod/forum/discuss.php?d=$post->discussion\">$post->subject"; echo "\n";