Index: node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/sky/node.tpl.php,v
retrieving revision 1.1.6.1.2.1
diff -u -u -p -r1.1.6.1.2.1 node.tpl.php
--- node.tpl.php	4 Sep 2008 17:13:46 -0000	1.1.6.1.2.1
+++ node.tpl.php	30 Dec 2008 07:13:53 -0000
@@ -4,17 +4,18 @@
 <?php if (!$page && $title): ?>
   <h2 class="title"><a href="<?php print $node_url; ?>" title="<?php print $title; ?>"><?php print $title; ?></a></h2>
 <?php endif; ?>
-<?php if ($submitted): ?>
-  <div class="info"><?php print $picture; ?>
+<div class="info">
+  <?php if ($submitted): ?>
+    <?php print $picture; ?>
     <p><?php print $submitted; ?></p>
-    <?php if ($terms): ?>
-      <div class="btn-tags"><?php print $terms; ?></div>
-    <?php endif; ?>
-  </div>
-<?php endif; ?>
+  <?php endif; ?>
+  <?php if ($terms): ?>
+    <div class="btn-tags"><?php print $terms; ?></div>
+  <?php endif; ?>
+</div>
 <div class="content"><?php print $content; ?></div>
 <?php if ($links): ?>
   <div class="btn-links"><?php print $links; ?></div>
 <?php endif; ?>
 </div>
-<!-- end node.tpl.php -->
\ No newline at end of file
+<!-- end node.tpl.php -->
