summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--itjs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/itjs.php b/itjs.php
index fbadac3..26f01ab 100644
--- a/itjs.php
+++ b/itjs.php
@@ -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))
{