diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/pushbutton/node.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php index eac32a197..1d1a41082 100644 --- a/themes/pushbutton/node.tpl.php +++ b/themes/pushbutton/node.tpl.php @@ -10,9 +10,9 @@ <div class="taxonomy"><?php print $terms ?></div> <div class="content"><?php print $content ?></div> <?php if ($links): ?> - <div class="links">» <?php print $links ?></div> + <div class="links">» <?php print $links ?></div> + <?php endif; ?> <?php print $comments; ?> - <?php endif; ?> </div> |