X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2F_well_known.php;h=33070a1ecdf4dc071d65aabd94b67f530be47efe;hb=4286225f370c9c018e6d80349878072516ff3ef4;hp=1271e12f49ce0a7636b9f0e1b6877ef0d8473b8e;hpb=820ded2c2d3cbbb170f990a2f0c162decb0029d7;p=friendica.git diff --git a/mod/_well_known.php b/mod/_well_known.php index 1271e12f49..33070a1ecd 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -61,6 +61,6 @@ function wk_social_relay(&$a) { "tags" => $taglist); header('Content-type: application/json; charset=utf-8'); - echo json_encode($relay, true); + echo json_encode($relay, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES); exit; }