diff --git a/html/inc/forum.inc b/html/inc/forum.inc
index 3eb6d6601b..b205e99145 100644
--- a/html/inc/forum.inc
+++ b/html/inc/forum.inc
@@ -616,6 +616,7 @@ function show_post(
}
if (($controls == FORUM_CONTROLS) && (can_reply($thread, $forum, $logged_in_user))) {
$url = "forum_reply.php?thread=" . $thread->id . "&post=" . $post->id . "#input";
+ echo " ";
show_button($url, "Reply", "Post a reply to this message");
}
echo "";