Skip to content
Snippets Groups Projects
Commit 5e7258d5 authored by Steven Wittens's avatar Steven Wittens
Browse files

- Readding FOUC-preventing script tag

parent 8e629cd8
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<title><?php print $head_title ?></title> <title><?php print $head_title ?></title>
<?php print $head ?> <?php print $head ?>
<?php print $styles ?> <?php print $styles ?>
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
</head> </head>
<body<?php print $onload_attributes ?>> <body<?php print $onload_attributes ?>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment