From 6f20e84eec00c5a66c12dba9c102f67293a8cdcb Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 29 Sep 2011 14:12:20 +0000 Subject: Fix Content-Type fir PIE.htc because IE9 is very picky about it --- itjs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'itjs.php') 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)) { -- cgit v1.2.3