summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-09 06:43:50 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-09 06:43:50 +0000
commitf8e532f714b1f3ff7aed8ad070fc5cabaea73893 (patch)
treed54bb82d20a5a40cfddfbf4aefdb46ce8c22d5ea /modules/comment.module
parentcca3c34faa9c1d5fc56e88e42f1c8054b4c4eaac (diff)
downloadbrdo-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.
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module2
1 files changed, 1 insertions, 1 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) {