summaryrefslogtreecommitdiff
path: root/api/v1/news.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/v1/news.php')
-rw-r--r--api/v1/news.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/v1/news.php b/api/v1/news.php
index 7e24247..775ef94 100644
--- a/api/v1/news.php
+++ b/api/v1/news.php
@@ -16,7 +16,8 @@ $get = $frontend->parsegetfilters($_GET, $filters);
try{
echo json_encode(
- $scraper->news($get)
+ $scraper->news($get),
+ JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
);
}catch(Exception $e){