summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme4
-rw-r--r--themes/garland/node.tpl.php4
-rw-r--r--themes/pushbutton/node.tpl.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index eb5d7b33b..897bdc396 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -142,7 +142,7 @@ function chameleon_node($node, $teaser = 0) {
if (!empty($node->content['links']['terms'])) {
$terms = drupal_render($node->content['links']['terms']);
}
-
+
$links = '';
if ($node->content['links']) {
$links = drupal_render($node->content['links']);
@@ -153,7 +153,7 @@ function chameleon_node($node, $teaser = 0) {
}
$output .= "</div>\n";
-
+
if ($node->content['comments']) {
$output .= drupal_render($node->content['comments']);
}
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index b5fdb12d0..99ceef887 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -27,9 +27,9 @@
<?php if ($links): ?>
<div class="links"><?php print $links; ?></div>
<?php endif; ?>
-
+
<?php print $comments; ?>
-
+
</div>
</div>
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php
index 1d1a41082..5af18a131 100644
--- a/themes/pushbutton/node.tpl.php
+++ b/themes/pushbutton/node.tpl.php
@@ -12,7 +12,7 @@
<?php if ($links): ?>
<div class="links">&raquo; <?php print $links ?></div>
<?php endif; ?>
-
+
<?php print $comments; ?>
-
+
</div>