diff -r a1f515018ac1 -r b39122337a00 browsercore/appfw/Api/Bookmarks/HtmlTxtParser.cpp --- a/browsercore/appfw/Api/Bookmarks/HtmlTxtParser.cpp Mon Jul 12 15:46:53 2010 -0400 +++ b/browsercore/appfw/Api/Bookmarks/HtmlTxtParser.cpp Fri Aug 06 17:23:08 2010 -0400 @@ -172,7 +172,7 @@ out << "" << title << "\n"; } else if (line.contains("", Qt::CaseInsensitive)){ // End of Folder - if (folderStarted == true); + if (folderStarted == true) out << " \n"; folderStarted = false; } @@ -192,7 +192,6 @@ bool res = file.open(QIODevice::ReadOnly | QIODevice::Text); QTextStream rs( &file ); QString line, line2, url, title; - bool folderStarted = false; if(!res) return -1;