diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-26 14:08:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-26 14:08:44 +0000 |
commit | 6d3d75fe4b8fb1c862010cc87839f1d9ede43265 (patch) | |
tree | b801374bf914048d8659cb8df8f014f1486ee5ec /themes/pushbutton | |
parent | 8851b57acf1391fe1dbfab4877c1fdc7d63aac63 (diff) | |
download | brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.gz brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.bz2 |
- Removing whitespace.
Diffstat (limited to 'themes/pushbutton')
-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 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">» <?php print $links ?></div> <?php endif; ?> - + <?php print $comments; ?> - + </div> |