summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 274b2ddd5..0d39c7abb 100644
--- a/modules/comment.module
+++ b/modules/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) {
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) {