From 99fd26db0845bf7fd43ca6b519fae6a312469de3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Nov 2002 21:16:58 +0000 Subject: - Small cosmetic change. Patch by Natrak. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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() { -- cgit v1.2.3