Hello,
> Try something like this untested snippet:
> 
>   <?php if ($terms) { ?>
>     <span class="submitted"><?php print $submitted?></span>
>     <span class="taxonomy"><?php print $terms?></span>
>   <?php } ?>
Works absolutely perfectly. 
Thank you!!
- jody