summaryrefslogtreecommitdiff
path: root/themes/chameleon/chameleon.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/chameleon/chameleon.theme')
-rw-r--r--themes/chameleon/chameleon.theme4
1 files changed, 2 insertions, 2 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']);
}