diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-09 06:43:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-09 06:43:50 +0000 |
commit | f8e532f714b1f3ff7aed8ad070fc5cabaea73893 (patch) | |
tree | d54bb82d20a5a40cfddfbf4aefdb46ce8c22d5ea | |
parent | cca3c34faa9c1d5fc56e88e42f1c8054b4c4eaac (diff) | |
download | brdo-f8e532f714b1f3ff7aed8ad070fc5cabaea73893.tar.gz brdo-f8e532f714b1f3ff7aed8ad070fc5cabaea73893.tar.bz2 |
- Patch #4925 by erikhopp: comment module emits too many id="comment"s, so the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one.
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
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) { |