aboutsummaryrefslogtreecommitdiff
path: root/_css/js.php
diff options
context:
space:
mode:
Diffstat (limited to '_css/js.php')
-rw-r--r--_css/js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_css/js.php b/_css/js.php
index 4110df952..41b7901f9 100644
--- a/_css/js.php
+++ b/_css/js.php
@@ -33,7 +33,7 @@ $viewinput['view'] = 'js/' . $_GET['js'];
$viewinput['viewtype'] = $_GET['viewtype'];
header('Content-type: text/javascript');
-header('Expires: ' . date('r',time() + 864000000));
+header('Expires: ' . date('r', time() + 864000000));
header("Pragma: public");
header("Cache-Control: public");