diff --git a/core/page.class.php b/core/page.class.php index a3b77cab..4060d4f7 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -236,6 +236,8 @@ class Page { protected function add_auto_html_headers() { $data_href = get_base_href(); + + $this->add_html_header(""); /* Attempt to cache the CSS & JavaScript files */ if ($this->add_cached_auto_html_headers() === FALSE) {