aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/json/pageshells/pageshell.php1
1 files changed, 1 insertions, 0 deletions
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