From c5cc2821311012a8a4385a304a043c4b41f2afbb Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 31 Aug 2009 19:05:21 +0000 Subject: All line endings are now Unix-style. git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/json/pageshells/pageshell.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'views/json/pageshells/pageshell.php') diff --git a/views/json/pageshells/pageshell.php b/views/json/pageshells/pageshell.php index ca1f41a28..2d2526e38 100644 --- a/views/json/pageshells/pageshell.php +++ b/views/json/pageshells/pageshell.php @@ -8,14 +8,14 @@ * @link http://elgg.org/ * */ - - if(stristr($_SERVER["HTTP_ACCEPT"],"application/json")) { - header("Content-Type: application/json"); - } else { - header("Content-Type: application/javascript"); + + if(stristr($_SERVER["HTTP_ACCEPT"],"application/json")) { + header("Content-Type: application/json"); + } else { + header("Content-Type: application/javascript"); } - // echo $vars['body']; - - global $jsonexport; + // echo $vars['body']; + + global $jsonexport; echo json_encode($jsonexport); ?> \ No newline at end of file -- cgit v1.2.3