diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 9db472dc3f..b82dcbd90c 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -281,14 +281,14 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS if (!$filter || !$rated_below_threshold){ $posttext = $post->content; if ($post->signature && !$logged_in_user->hide_signatures){ //If the creator of this post has a signature and - $posttext.="
", $posttext, "
", $posttext, "
ID: ", $post->id; |