--- I:/home/dtheme/themes/manuscript/node.tpl.php	Sun Aug 19 01:06:00 2007
+++ I:/home/dtheme/public_html/sites/all/themes/manuscript/node.tpl.php	Wed Feb 25 22:11:40 2009
@@ -1,10 +1,19 @@
-  <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
-    <?php if ($picture) {
-      print $picture;
-    }?>
-    <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
-    <span class="submitted"><?php print $submitted?></span>
-    <span class="taxonomy"><?php print $terms?></span>
-    <div class="content"><?php print $content?></div>
-    <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
-  </div>
+<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
+
+  <?php if ($picture): ?>
+    <?php print $picture; ?>
+  <?php endif; ?>
+
+  <?php if ($page == 0): ?>
+  <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2>
+  <?php endif; ?>
+
+  <span class="submitted"><?php print $submitted; ?></span>
+  <div class="taxonomy"><?php print $terms; ?></div>
+  <div class="content"><?php print $content; ?></div>
+
+  <?php if ($links): ?>
+  <div class="links">&raquo; <?php print $links?></div>
+  <?php endif; ?>
+
+</div>
\ No newline at end of file
