diff --git a/modules/comment.module b/modules/comment.module
index 2ba64a06b8b193cd6198b26816ef799ce66ca076..abcc7925ff10fe7c994b9bd945b773a5d9cf14b1 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -203,7 +203,7 @@ function comment_link($type, $node = 0, $main = 0) {
         else {
           if ($node->comment == COMMENT_NODE_READ_WRITE) {
             if (user_access('post comments')) {
-              $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')));
+              $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')), NULL, 'comment-form');
             }
             else {
               $links[] = theme('comment_post_forbidden', $node->nid);
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 2ba64a06b8b193cd6198b26816ef799ce66ca076..abcc7925ff10fe7c994b9bd945b773a5d9cf14b1 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -203,7 +203,7 @@ function comment_link($type, $node = 0, $main = 0) {
         else {
           if ($node->comment == COMMENT_NODE_READ_WRITE) {
             if (user_access('post comments')) {
-              $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')));
+              $links[] = l(t('add new comment'), "comment/reply/$node->nid", array('title' => t('Add a new comment to this page.')), NULL, 'comment-form');
             }
             else {
               $links[] = theme('comment_post_forbidden', $node->nid);