From: moodler Date: Sat, 27 Sep 2003 06:18:00 +0000 (+0000) Subject: Slightly smaller font on by line for forum posts X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6f4bfe956d3b56dcdd13e72549df82c698f8a058;p=moodle.git Slightly smaller font on by line for forum posts --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 699b26a5ca..34f8860d1f 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1064,7 +1064,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link } echo "

"; echo "$post->subject
"; - echo ""; + 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);