From 941471e59dd9bc4011ab6a1edba39e70b6ce08a2 Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Mon, 10 Sep 2007 12:55:02 +0000 Subject: Desperate attempt to fix mysterious syntax errors in IE 6 --- itjs.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'itjs.php') diff --git a/itjs.php b/itjs.php index d8932ed..f0b0deb 100644 --- a/itjs.php +++ b/itjs.php @@ -45,7 +45,10 @@ if ($checksum != $_SERVER['HTTP_IF_NONE_MATCH']) if ($_REQUEST['boot']) $data .= "window.it_boot_init();"; - echo itjs::strip($data); + $data = itjs::strip($data); + + header("Content-Length: " . strlen($data)); + echo $data; } else header("HTTP/1.0 304 Not Modified"); -- cgit v1.2.3