From 9fb4123e6cab33ba5b0aaa893edbffc6b3a8e139 Mon Sep 17 00:00:00 2001 From: robelix Date: Mon, 22 Aug 2016 00:31:06 +0200 Subject: [PATCH] remove duplicate shared-tag in xml - the android apps dont like this --- api/posts_all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/posts_all.php b/api/posts_all.php index 747741a..9abf181 100644 --- a/api/posts_all.php +++ b/api/posts_all.php @@ -52,7 +52,7 @@ foreach($bookmarks['bookmarks'] as $row) { $shared = "yes"; } - echo "\t\r\n"; + echo "\t\r\n"; } echo ''; -- 2.30.2