diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-06-06 14:07:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-06-06 14:07:04 +0000 |
commit | 8436082fe1364dfe35461e5d8fc737a43c06abee (patch) | |
tree | b1923c3f21ad87949351d925020203c003192574 /themes | |
parent | 596843dae6aa49ff7fc301da92d2d2d1e45dcb98 (diff) | |
download | brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.gz brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.bz2 |
- Removing some whitespace
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bluemarine/node.tpl.php | 2 | ||||
-rw-r--r-- | themes/chameleon/chameleon.theme | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php index 0609c44b4..493f324e3 100644 --- a/themes/bluemarine/node.tpl.php +++ b/themes/bluemarine/node.tpl.php @@ -2,7 +2,7 @@ <?php if ($picture) { print $picture; }?> - <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> + <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span> <div class="content"><?php print $content?></div> diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 72dadf4df..869618fe0 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -138,7 +138,7 @@ function chameleon_node($node, $main = 0, $page = 0) { $links = array_merge($links, $node->links); } if (count($links)) { - $output .= " <div class=\"links\">". theme('links', $links) ."</div>\n"; + $output .= " <div class=\"links\">". theme('links', $links) ."</div>\n"; } $output .= "</div>\n"; |