summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-04-23 06:13:34 +0000
committerDries Buytaert <dries@buytaert.net>2004-04-23 06:13:34 +0000
commitee4ccb6e4c116ca403f2ac1ad2a30c5d1e08cf7e (patch)
tree7abbbe7170f7fe89e05c4698183b33db489a0a3e /themes
parenta7a86cd2890d3554bd21462c7b4b5d96575a3d71 (diff)
downloadbrdo-ee4ccb6e4c116ca403f2ac1ad2a30c5d1e08cf7e.tar.gz
brdo-ee4ccb6e4c116ca403f2ac1ad2a30c5d1e08cf7e.tar.bz2
- Patch #7332 by marky: don't emit extra whitespace withing <body>
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 9a35e51d6..c9809e377 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -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";