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';