--- comment.module.orig 2006-09-07 17:17:23.000000000 -0400 +++ comment.module 2006-09-07 17:18:03.000000000 -0400 @@ -1455,13 +1455,11 @@ function comment_form_add_preview($form, // Preview the comment with security check. if (!form_get_errors()) { - $output .= theme('comment_view', $comment); + $output .= theme('comment_preview', $comment); } $form['comment_preview'] = array( '#value' => $output, '#weight' => -100, - '#prefix' => '