From c6312ffbf4cac7d5cd20df686a002b6344640411 Mon Sep 17 00:00:00 2001 From: avl Date: Tue, 2 Dec 2008 15:16:18 +0200 Subject: [PATCH] ie6 - json response --- ipf/http/response/json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipf/http/response/json.php b/ipf/http/response/json.php index c305cee..a12e55a 100644 --- a/ipf/http/response/json.php +++ b/ipf/http/response/json.php @@ -2,6 +2,6 @@ class IPF_HTTP_Response_Json extends IPF_HTTP_Response{ function __construct($content){ - parent::__construct(json_encode($content),'application/json'); + parent::__construct(json_encode($content),'text/javascript'); } } -- 2.49.0