diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 274b2ddd5..0d39c7abb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1414,7 +1414,7 @@ function comment_already_moderated($uid, $users) { function theme_comment_form($edit, $title) { global $user; - $form .= "<a id=\"comment\"></a>\n"; + $form .= "<a id=\"comment-form\"></a>\n"; // contact information: if ($user->uid) { |