From e7b7951c0a7ce1c1dbbced44bcf00a51f2bc21e8 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 24 Oct 2002 07:09:29 +0000 Subject: [PATCH] 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. --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5