$output .= format_text($post->message, $post->format);
- $output .= "<P ALIGN=right><FONT SIZE=-1>";
+ $output .= "<BR CLEAR=ALL><P ALIGN=right><FONT SIZE=-1>";
$age = time() - $post->created;
if ($ownpost) {
}
}
+ $output .= "</P>";
$output .= "<DIV ALIGN=right><P ALIGN=right>";
if ($link) {
echo format_text($post->message, $post->format);
}
- echo "<P ALIGN=right><FONT SIZE=-1>";
+ echo "<BR CLEAR=ALL><P ALIGN=right><FONT SIZE=-1>";
$age = time() - $post->created;
if ($ownpost) {
echo "<A HREF=\"$CFG->wwwroot/mod/forum/post.php?reply=$post->id\">".get_string("reply", "forum")."</A>";
echo " ";
}
-
+ echo "</P>";
echo "<DIV ALIGN=right><P ALIGN=right>";
if ($rate && $USER->id) {