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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user