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.
This commit is contained in:
moodler
2002-10-24 07:09:29 +00:00
parent 23877f9407
commit e7b7951c0a
+1 -1
View File
@@ -581,7 +581,7 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link
echo format_text($post->message, $post->format);
}
echo "<BR CLEAR=ALL><P ALIGN=right><FONT SIZE=-1>";
echo "<P ALIGN=right><FONT SIZE=-1>";
$age = time() - $post->created;
if ($ownpost) {