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.="
".$user->signature; //wants it to be shown for this post AND the logged in + $posttext.="
____________
".$user->signature; //wants it to be shown for this post AND the logged in } //user has signatures enabled: show it $options = get_transform_settings_from_user($logged_in_user); $posttext = output_transform($posttext,$options); - echo "

", $posttext, "

"; + echo "

", $posttext, "

"; echo "
ID: ", $post->id;