Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ee4ccb6e
Commit
ee4ccb6e
authored
Apr 23, 2004
by
Dries
Browse files
- Patch
#7332
by marky: don't emit extra whitespace withing <body>
parent
a7a86cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/chameleon/chameleon.theme
View file @
ee4ccb6e
...
...
@@ -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";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment