summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php
index 229efdcb3c..f618e112b9 100644
--- a/themes/colors/header.php
+++ b/themes/colors/header.php
@@ -96,7 +96,7 @@ if ($BROWSERTYPE!='other') { ?>
if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) { ?>
<link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" />
<?php }
- echo '</head><body id="body" ', $bodyOnLoad, '>';
+ echo '</head><body id="body">';
?>
<!-- Remove header for edit windows -->