--- I:/home/dtheme/themes/manuscript/comment.tpl.php	Sun Aug 19 01:06:00 2007
+++ I:/home/dtheme/public_html/sites/all/themes/manuscript/comment.tpl.php	Wed Feb 25 22:11:17 2009
@@ -1,9 +1,17 @@
-  <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
-    <?php if ($picture) {
-    print $picture;
-  } ?>
-<h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
-    <div class="submitted"><?php print $submitted; ?></div>
-    <div class="content"><?php print $content; ?></div>
-    <div class="links">&raquo; <?php print $links; ?></div>
-  </div>
+<div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
+
+  <?php if ($picture): ?>
+    <?php print $picture; ?>
+  <?php endif; ?>
+
+  <h3 class="title"><?php print $title; ?></h3>
+
+  <?php if ($new != ''): ?>
+  <span class="new"><?php print $new; ?></span>
+  <?php endif; ?>
+
+  <div class="submitted"><?php print $submitted; ?></div>
+  <div class="content"><?php print $content; ?></div>
+  <div class="links">&raquo; <?php print $links; ?></div>
+
+</div>
\ No newline at end of file
