From 5e7258d5f078484db30a94ba9c4908690741584a Mon Sep 17 00:00:00 2001
From: Steven Wittens <steven@10.no-reply.drupal.org>
Date: Tue, 2 Aug 2005 18:12:11 +0000
Subject: [PATCH] - Readding FOUC-preventing script tag

---
 themes/bluemarine/page.tpl.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php
index fc22abcfcd7a..4cc1600738e2 100644
--- a/themes/bluemarine/page.tpl.php
+++ b/themes/bluemarine/page.tpl.php
@@ -5,6 +5,7 @@
   <title><?php print $head_title ?></title>
   <?php print $head ?>
   <?php print $styles ?>
+  <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
 </head>
 
 <body<?php print $onload_attributes ?>>
-- 
GitLab