diff --git a/phpBB/posting.php b/phpBB/posting.php index 7dab9077c6..af582ee03a 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -802,7 +802,6 @@ if ($submit || $preview || $refresh) 'bbcode_bitfield' => $message_parser->bbcode_bitfield ); - echo ";
".$message_parser->message.""; submit_post($mode, $message_parser->message, $subject, $username, $topic_type, $message_parser->bbcode_uid, $poll, $message_parser->attachment_data, $message_parser->filename_data, $post_data); }