summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-22 12:52:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-22 12:52:50 +0000
commit706198e28393423d22b9e22d2e1c785c94bea937 (patch)
treebcadd5d72d8d2a73c1943d46ccff98b14e3290fc /modules
parent938c7c07a38129deeb4eabe805e3ae80db8ccead (diff)
downloadbrdo-706198e28393423d22b9e22d2e1c785c94bea937.tar.gz
brdo-706198e28393423d22b9e22d2e1c785c94bea937.tar.bz2
- Patch #334956 by JohnAlbin: remove a IE hack 'flash of unstyled content' that is no longer needed.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/page.tpl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php
index 78db60b26..da1be7eca 100644
--- a/modules/system/page.tpl.php
+++ b/modules/system/page.tpl.php
@@ -83,7 +83,6 @@
<?php print $head; ?>
<?php print $styles; ?>
<?php print $scripts; ?>
- <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script>
</head>
<body class="<?php print $body_classes; ?>">
<div id="page">