From: moodler Date: Thu, 24 Oct 2002 07:09:29 +0000 (+0000) Subject: The BR in print_post was to fix the case when embedded images are used. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e7b7951c0a7ce1c1dbbced44bcf00a51f2bc21e8;p=moodle.git The BR in print_post was to fix the case when embedded images are used. However it added too much space. I'll find a way to fix the embedded images problem later, during the styles changeover, as it's pretty rare. --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index cda277c48c..531b7646ca 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -581,7 +581,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link echo format_text($post->message, $post->format); } - echo "

"; + echo "

"; $age = time() - $post->created; if ($ownpost) {