]> git.mxchange.org Git - friendica.git/blobdiff - mod/_well_known.php
new version of the ShaShape iconset
[friendica.git] / mod / _well_known.php
index 1271e12f49ce0a7636b9f0e1b6877ef0d8473b8e..33070a1ecdf4dc071d65aabd94b67f530be47efe 100644 (file)
@@ -61,6 +61,6 @@ function wk_social_relay(&$a) {
                        "tags" => $taglist);\r
 \r
        header('Content-type: application/json; charset=utf-8');\r
-       echo json_encode($relay, true);\r
+       echo json_encode($relay, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES);\r
        exit;\r
 }\r