### Eclipse Workspace Patch 1.0
#P zen
Index: zen/comment-wrapper.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/zen/zen/comment-wrapper.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 comment-wrapper.tpl.php
--- zen/comment-wrapper.tpl.php	14 Apr 2008 09:55:33 -0000	1.1
+++ zen/comment-wrapper.tpl.php	4 Aug 2008 07:00:38 -0000
@@ -31,7 +31,9 @@
  * @see theme_comment_wrapper()
  */
 ?>
+<?php if ($content): ?>
 <div id="comments">
   <h2 id="comments-title"><?php print t('Comments'); ?></h2>
   <?php print $content; ?>
 </div>
+<?php endif; ?>
\ No newline at end of file

