- 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.

4.5.x
Dries Buytaert 2004-10-09 06:43:50 +00:00
parent cca3c34faa
commit f8e532f714
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {