]> git.phdru.name Git - bookmarks_db.git/commitdiff
Removed dead code.
authorOleg Broytman <phd@phdru.name>
Mon, 11 Feb 2008 20:11:05 +0000 (20:11 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Feb 2008 20:11:05 +0000 (20:11 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@172 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

bkmk_objects.py

index b6905fb24898919838258ca407ccd9576d25a766..0ba0255719d6c190067e97e619d8a9c39cbd9337 100644 (file)
@@ -172,7 +172,6 @@ def break_tree(linear):
 
 def quote_title(title):
    if BKMK_FORMAT == "MOZILLA":
-      #title = cgi.escape(title, 1).replace("'", "&#39;")
       title = title.replace("'", "&#39;")
    return title