summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-26 14:08:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-26 14:08:44 +0000
commit6d3d75fe4b8fb1c862010cc87839f1d9ede43265 (patch)
treeb801374bf914048d8659cb8df8f014f1486ee5ec /themes
parent8851b57acf1391fe1dbfab4877c1fdc7d63aac63 (diff)
downloadbrdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.gz
brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.bz2
- Removing whitespace.
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>