Index: modules/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment.module,v
retrieving revision 1.413
diff -u -p -r1.413 comment.module
--- modules/comment.module	6 Jan 2006 01:14:17 -0000	1.413
+++ modules/comment.module	7 Jan 2006 16:51:38 -0000
@@ -1423,6 +1423,10 @@ function comment_form_submit($form_id, $
 */
 
 function theme_comment_form($form) {
+  if (!isset($form['#prefix'])) {
+    $form['#prefix'] = '';
+  }
+  $form['#prefix'] .= "<a id=\"comment-form\"></a>\n";
   return form_render($form);
 }
 
