From ef8735614fdc50ad1512027dcb1ea84f67becb3a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Jun 2003 17:09:23 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 8c4148a48..6566ed81f 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -24,7 +24,7 @@ class BaseTheme { $output = "\n"; $output .= "". $title ? $title : variable_get(site_name, "drupal") .""; $output .= theme_head($main); - $output .= "background\" text=\"$this->foreground". theme_onload_attribute(). "\">"; + $output .= "background; color: $this->foreground;\"". theme_onload_attribute(). "\">"; $output .= "
"; print $output; -- cgit v1.2.3