From f8e532f714b1f3ff7aed8ad070fc5cabaea73893 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 9 Oct 2004 06:43:50 +0000 Subject: - 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. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') 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 .= "\n"; + $form .= "\n"; // contact information: if ($user->uid) { -- cgit v1.2.3