diff --git a/viewtopic.php b/viewtopic.php
index df8134dc..fbb48e98 100644
--- a/viewtopic.php
+++ b/viewtopic.php
@@ -461,6 +461,9 @@ $s_auth_can .= (($is_auth['auth_vote']) ? $lang['RULES_VOTE_CAN'] : $lang['RULES
$s_auth_can .= (($is_auth['auth_attachments']) ? $lang['RULES_ATTACH_CAN'] : $lang['RULES_ATTACH_CANNOT']) . '
';
$s_auth_can .= (($is_auth['auth_download']) ? $lang['RULES_DOWNLOAD_CAN'] : $lang['RULES_DOWNLOAD_CANNOT']) . '
';
+//
+// Moderator output
+//
$topic_mod = '';
if ($is_auth['auth_mod'])