From: moodler Date: Sat, 27 Sep 2003 06:25:13 +0000 (+0000) Subject: More tiny modifications to forum post headers (they now can wrap) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=834f1c7f6fdefa95748675ef5b0abaa49cc26a1a;p=moodle.git More tiny modifications to forum post headers (they now can wrap) --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 34f8860d1f..7e8a3781de 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1058,13 +1058,13 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link echo ""; if ($post->parent) { - echo "cellheading\" class=\"forumpostheader\" width=\"100%\">"; + echo "cellheading\" class=\"forumpostheader\" width=\"100%\">"; } else { - echo "cellheading2\" class=\"forumpostheadertopic\" width=\"100%\">"; + echo "cellheading2\" class=\"forumpostheadertopic\" width=\"100%\">"; } echo "

"; - echo "$post->subject
"; - echo ""; + echo "$post->subject
"; + echo ""; $by->name = "wwwroot/user/view.php?id=$post->userid&course=$courseid\">$post->firstname $post->lastname"; $by->date = userdate($post->modified); print_string("bynameondate", "forum", $by);