Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.518
diff -u -p -r1.518 comment.module
--- modules/comment/comment.module	30 Dec 2006 21:20:38 -0000	1.518
+++ modules/comment/comment.module	2 Jan 2007 14:34:44 -0000
@@ -324,7 +324,7 @@ function comment_link($type, $node = NUL
                 'title' => t('Add new comment'),
                 'href' => "comment/reply/$node->nid",
                 'attributes' => array('title' => t('Add a new comment to this page.')),
-                'fragment' => 'comment_form'
+                'fragment' => 'comment-form'
               );
             }
             else {
@@ -345,7 +345,7 @@ function comment_link($type, $node = NUL
               'title' => t('Add new comment'),
               'href' => "comment/reply/$node->nid",
               'attributes' => array('title' => t('Share your thoughts and opinions related to this posting.')),
-              'fragment' => 'comment_form'
+              'fragment' => 'comment-form'
             );
           }
         }
