summaryrefslogtreecommitdiff
path: root/themes/chameleon
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-06-06 14:07:04 +0000
committerDries Buytaert <dries@buytaert.net>2005-06-06 14:07:04 +0000
commit8436082fe1364dfe35461e5d8fc737a43c06abee (patch)
treeb1923c3f21ad87949351d925020203c003192574 /themes/chameleon
parent596843dae6aa49ff7fc301da92d2d2d1e45dcb98 (diff)
downloadbrdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.gz
brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.bz2
- Removing some whitespace
Diffstat (limited to 'themes/chameleon')
-rw-r--r--themes/chameleon/chameleon.theme2
1 files changed, 1 insertions, 1 deletions
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";