diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-22 12:52:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-22 12:52:50 +0000 |
commit | 706198e28393423d22b9e22d2e1c785c94bea937 (patch) | |
tree | bcadd5d72d8d2a73c1943d46ccff98b14e3290fc /modules | |
parent | 938c7c07a38129deeb4eabe805e3ae80db8ccead (diff) | |
download | brdo-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.php | 1 |
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"> |