diff --git a/inc/html.php b/inc/html.php index a3c147a..e576eb9 100644 --- a/inc/html.php +++ b/inc/html.php @@ -488,7 +488,7 @@ function manageModeratePost($post) { $ban = banByIP($post['ip']); $ban_disabled = (!$ban && $isadmin) ? '' : ' disabled'; $ban_disabled_info = (!$ban) ? '' : (' A ban record already exists for ' . $post['ip']); - $post_html = buildPost($post, true); + $post_html = buildPost($post, false); $post_or_thread = ($post['parent'] == 0) ? 'Thread' : 'Post'; return <<