summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-11-10 21:16:58 +0000
committerDries Buytaert <dries@buytaert.net>2002-11-10 21:16:58 +0000
commit99fd26db0845bf7fd43ca6b519fae6a312469de3 (patch)
treea6abf6c3905e65dcbcbdcb40b9a63716d26bbedb /includes/theme.inc
parent908cb5547038f4a00160f37e922707c3939ea9ed (diff)
downloadbrdo-99fd26db0845bf7fd43ca6b519fae6a312469de3.tar.gz
brdo-99fd26db0845bf7fd43ca6b519fae6a312469de3.tar.bz2
- Small cosmetic change. Patch by Natrak.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index c79d588a0..169100092 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -128,7 +128,7 @@ function theme_list() {
function theme_head($main = 0) {
$head = module_invoke_all("head", $main);
- return "\n". implode($head, "\n"). "\n";
+ return implode($head, "\n");
}
function theme_init() {