diff options
-rw-r--r-- | itjs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ else if (it::match('\.css', $_SERVER['PHP_SELF'])) else if (it::match('\.htc$', $file)) { ob_start('ob_gzhandler'); - header("Content-Type: text/plain; charset=iso-8859-1"); + header("Content-Type: text/x-component"); } else if (!it::match('\.html$', $file)) { |