diff options
Diffstat (limited to 'modules/node/node.tpl.php')
-rw-r--r-- | modules/node/node.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index a2b8c021d..009153023 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -62,7 +62,7 @@ <?php endif; ?> <?php if ($terms): ?> - <span class="terms"><?php print $terms ?></span> + <div class="terms terms-inline"><?php print $terms ?></div> <?php endif;?> </div> |