]> git.mjollnir.org Git - moodle.git/commitdiff
don't valign subjects in html
authormoodler <moodler>
Fri, 18 Apr 2003 05:28:08 +0000 (05:28 +0000)
committermoodler <moodler>
Fri, 18 Apr 2003 05:28:08 +0000 (05:28 +0000)
mod/forum/lib.php

index ff1238c72ad0a51f021d8d649c2e0a0ebb0865c4..cc07a52649d7809b21d6b829bc41a84ebacb3004 100644 (file)
@@ -918,7 +918,7 @@ function forum_print_discussion_header(&$post, $courseid, $ownpost=false, $reply
     echo "<tr class=\"forumpostheader\">";
 
     // Topic
-    echo "<td bgcolor=\"$THEME->cellheading2\" class=\"forumpostheadertopic\" valign=top width=\"100%\">";
+    echo "<td bgcolor=\"$THEME->cellheading2\" class=\"forumpostheadertopic\" width=\"100%\">";
     echo "<a href=\"$CFG->wwwroot/mod/forum/discuss.php?d=$post->discussion\">$post->subject</a>";
     echo "</td>\n";