fixed a typo

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4396 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
apfelmaennchen 2008-01-24 21:37:06 +00:00
parent 98e0cd7b87
commit 2dc994515d

View File

@ -49,7 +49,7 @@ public class xbel {
}
if(fn.startsWith(root)){
prop.put("xbel_"+count+"_elements", "<folder id=\">"+bookmarksDB.tagHash(fn)+"\">");
prop.put("xbel_"+count+"_elements", "<folder id=\""+bookmarksDB.tagHash(fn)+"\">");
count++;
prop.put("xbel_"+count+"_elements", "<title>"+fn.replaceFirst(root+"/*","")+"</title>");
count++;