diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/schedule-json.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/schedule-json.php b/view/schedule-json.php index b6fdfe5..9aea603 100644 --- a/view/schedule-json.php +++ b/view/schedule-json.php @@ -10,4 +10,4 @@ if($conference->isClosed()) echo '{}'; else - echo json_encode($schedule->getSchedule()); + echo json_encode($schedule->getSchedule(), JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); |