summaryrefslogtreecommitdiff
path: root/themes/pushbutton/node.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pushbutton/node.tpl.php')
-rw-r--r--themes/pushbutton/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php
index 8eccce92d..08524d7d6 100644
--- a/themes/pushbutton/node.tpl.php
+++ b/themes/pushbutton/node.tpl.php
@@ -4,7 +4,7 @@
<h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1>
<?php endif; ?>
<span class="submitted"><?php print $submitted ?></span>
- <span class="taxonomy"><?php print $terms ?></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>