Asset.php
authorAlan Knowles <alan@roojs.com>
Wed, 27 Dec 2017 04:54:53 +0000 (12:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Dec 2017 04:54:53 +0000 (12:54 +0800)
Asset.php

index bc0475f..305f7d3 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -100,8 +100,7 @@ class Pman_Core_Asset extends Pman {
             $content = gzencode( file_get_contents($fn) , 9);
             
             header('Content-Encoding: gzip');
-                header('Vary: Accept-Encoding');
-
+            header('Vary: Accept-Encoding');
             header('Content-Length: '. strlen($content));
             
             echo $content;