diff --git a/core/page.class.php b/core/page.class.php
index e813285b..e6be9c33 100644
--- a/core/page.class.php
+++ b/core/page.class.php
@@ -252,12 +252,12 @@ class Page {
}
foreach(glob("lib/*.js") as $js) {
- $this->add_html_header('');
+ $this->add_html_header('');
}
$js_files = glob("ext/*/script.js");
if($js_files) {
foreach($js_files as $js_file) {
- $this->add_html_header('');
+ $this->add_html_header('');
}
}
}
@@ -358,7 +358,7 @@ class Page {
}
}
// tell the client where to get the css cache file
- $this->add_html_header('');
+ $this->add_html_header('');
} else {
// Caching of CSS disabled.
foreach(glob("lib/*.css") as $css) {
@@ -408,11 +408,11 @@ class Page {
}
}
// tell the client where to get the js cache file
- $this->add_html_header('');
+ $this->add_html_header('');
} else {
// Caching of Javascript disabled.
foreach(glob("lib/*.js") as $js) {
- $this->add_html_header('');
+ $this->add_html_header('');
}
$js_files = glob("ext/*/script.js");
if($js_files) {