From 9352d6abf8cc4cbf78e6a92e6cfb18b1d9fc750f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Jan 2004 19:42:12 +0000 Subject: - Fixed default chameleon CSS. --- themes/chameleon/chameleon.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index d72e2d2ae..a162bb33e 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -40,7 +40,7 @@ function chameleon_header($title = "") { $output .= " ". ($title ? $title ." | ". variable_get("site_name", "drupal") : variable_get("site_name", "drupal") ." | ". variable_get("site_slogan", "")) ."\n"; $output .= theme_head(); $output .= " \n"; - $output .= " \n"; + $output .= " \n"; $output .= ""; $output .= "\n"; $output .= "
"; -- cgit v1.2.3