From 2726f7366c3179a51d3878fb4c29e440875d6f3d Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 9 May 2008 16:30:04 +0000 Subject: Marcus Povey * Being "strictly correct" by returning application/json for json content type. git-svn-id: https://code.elgg.org/elgg/trunk@639 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/json/pageshells/pageshell.php | 1 + 1 file changed, 1 insertion(+) (limited to 'views/json/pageshells/pageshell.php') diff --git a/views/json/pageshells/pageshell.php b/views/json/pageshells/pageshell.php index 5c01e030b..15026a37d 100644 --- a/views/json/pageshells/pageshell.php +++ b/views/json/pageshells/pageshell.php @@ -11,5 +11,6 @@ * */ + header("Content-Type: application/json"); echo $vars['body']; ?> \ No newline at end of file -- cgit v1.2.3