- Patch #7332 by marky: don't emit extra whitespace withing <body>

4.5.x
Dries Buytaert 2004-04-23 06:13:34 +00:00
parent a7a86cd289
commit ee4ccb6e4c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function chameleon_page($content, $title = NULL, $breadcrumb = NULL) {
$output .= " <link rel=\"stylesheet\" type=\"text/css\" href=\"themes/chameleon/common.css\" />\n";
$output .= " <link rel=\"stylesheet\" type=\"text/css\" href=\"". variable_get("chameleon_stylesheet", "themes/chameleon/pure/chameleon.css") ."\" />\n";
$output .= "</head>";
$output .= "<body ". theme_onload_attribute() .">\n";
$output .= "<body". theme_onload_attribute() .">\n";
$output .= " <div id=\"header\">";
$output .= " <h1 class=\"title\">". l(variable_get("site_name", "drupal"), ""). "</h1>";
$output .= " </div>\n";