diff --git a/source/de/anomic/data/bookmarksDB.java b/source/de/anomic/data/bookmarksDB.java index d0866c7ff..6bb55588e 100644 --- a/source/de/anomic/data/bookmarksDB.java +++ b/source/de/anomic/data/bookmarksDB.java @@ -494,8 +494,8 @@ public class bookmarksDB { Tag tag; String[] tags; while(it.hasNext()){ - bookmark=(Bookmark) it.next(); - tags = bookmark.getTagsString().split(","); + bookmark=(Bookmark) it.next(); + tags = cleanTagsString(bookmark.getTagsString() + bookmark.getFoldersString()).split(","); tag=null; for(int i=0;i