]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk_objects.py
Handle redirects when downloading the icon.
[bookmarks_db.git] / bkmk_objects.py
index 6cb12d933379e879b4f85904f76a3ac86ded9beb..cb6530369fa8c20d03619875dc08162933825766 100644 (file)
@@ -172,5 +172,6 @@ def break_tree(linear):
 
 def quote_title(title):
    if BKMK_FORMAT == "MOZILLA":
-      title = cgi.escape(title, 1).replace("'", "'")
+      #title = cgi.escape(title, 1).replace("'", "'")
+      title = title.replace("'", "'")
    return title