Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.608
diff -u -p -r1.608 comment.module
--- modules/comment/comment.module	16 Dec 2007 21:01:44 -0000	1.608
+++ modules/comment/comment.module	18 Dec 2007 00:52:40 -0000
@@ -1456,12 +1456,11 @@ function comment_form_add_preview($form,
     }
     $comment->timestamp = !empty($edit['timestamp']) ? $edit['timestamp'] : time();
     $output .= theme('comment_view', $comment, $node);
+    $output .= theme('comment_preview', $comment);
   }
   $form['comment_preview'] = array(
     '#value' => $output,
     '#weight' => -100,
-    '#prefix' => '<div class="preview">',
-    '#suffix' => '</div>',
   );
 
   $output = '';
