diff --git a/node.tpl.php b/node.tpl.php
index 5f85527..de01543 100644
--- a/node.tpl.php
+++ b/node.tpl.php
@@ -5,7 +5,7 @@
       print $user_picture;
     }?>
     <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
-   <?php if ($submitted || $terms): ?> <div class="submitted">  <?php if ($submitted): ?><?php print $date?> by <?php print $name ?> <?php endif; ?>&nbsp; <?php if ($content['field_tags']): ?><?php print '<div class="taxonomy"> ' . render($content['field_tags']) . '</div>'; ?><?php endif; ?> </div><?php endif; ?>
+   <?php if ($submitted || isset($content['field_tags'])): ?> <div class="submitted">  <?php if ($submitted): ?><?php print $date?> by <?php print $name ?> <?php endif; ?>&nbsp; <?php if (isset($content['field_tags'])): ?><?php print '<div class="taxonomy"> ' . render($content['field_tags']) . '</div>'; ?><?php endif; ?> </div><?php endif; ?>
     
     
     <div class="taxonomy"></div>
