diff --git a/core/page.class.php b/core/page.class.php
index 011f7025..d5a35698 100644
--- a/core/page.class.php
+++ b/core/page.class.php
@@ -382,7 +382,7 @@ class Page {
}
file_put_contents($css_cache_file, $css_data);
}
- $this->add_html_header("", 44);
+ $this->add_html_header("", 100);
/*** Generate JS cache files ***/
$js_lib_latest = $config_latest;
@@ -415,7 +415,7 @@ class Page {
}
file_put_contents($js_cache_file, $js_data);
}
- $this->add_html_header("", 45);
+ $this->add_html_header("", 100);
}
}