Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 7135)
+++ wp-admin/includes/template.php	(working copy)
@@ -631,7 +631,7 @@
     <?php endif; ?>
     <a href="edit-comments.php?s=<?php comment_author_IP() ?>&amp;mode=detail"><?php comment_author_IP() ?></a>
     </p>
-   	<p><?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?></p>
+   	<?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?>
    	<p><?php printf(__('From %1$s, %2$s'), $post_link, $ptime) ?></p>
     </td>
     <td><?php comment_date(__('Y/m/d')); ?></td>
