From 796a70de15b74d8df0bb02dea643dd024d2f7161 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Sep 2003 14:03:08 +0000 Subject: - XHTML fixes in the base theme. Patch by Chris Johnson. --- includes/theme.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index b087b8f83..5f5c69c49 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -21,8 +21,9 @@ class BaseTheme { function header($title = "") { global $base_url; - $output = "\n"; - $output .= "". $title ? $title : variable_get(site_name, "drupal") .""; + $output = "\n"; + $output = ""; + $output .= "". $title ? $title : variable_get(site_name, "drupal") .""; $output .= theme_head($main); $output .= "background; color: $this->foreground;\"". theme_onload_attribute(). "\">"; $output .= "
"; -- cgit v1.2.3