summaryrefslogtreecommitdiffstatshomepage
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/export_all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/export_all.php b/api/export_all.php
index ec14688..b422b4b 100644
--- a/api/export_all.php
+++ b/api/export_all.php
@@ -43,7 +43,7 @@ foreach($bookmarks['bookmarks'] as $row) {
$taglist = '';
if (count($row['tags']) > 0) {
foreach($row['tags'] as $tag)
- $taglist .= convertTag($tag) .' ';
+ $taglist .= convertTag($tag) .',';
$taglist = substr($taglist, 0, -1);
} else {
$taglist = 'system:unfiled';