diff --git a/framework/api/entry.class.php b/framework/api/entry.class.php index ffbae876d8..122c4c4d4d 100644 --- a/framework/api/entry.class.php +++ b/framework/api/entry.class.php @@ -181,7 +181,7 @@ class baseEntry { header("Content-type: application/json"); header("HTTP/1.1 {$this->statusCode[$code]}"); - echo json_encode($data); + echo json_encode($data, JSON_HEX_TAG); exit; }