]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_whtml.py
Convert date to/from mozilla-specific json format.
[bookmarks_db.git] / Writers / bkmk_whtml.py
index ad109f82686ac70c16e514212cbc5f278659efa8..dd71cb9fb2610ebeb5bd18d5e3bb81893bcd80cf 100644 (file)
@@ -23,7 +23,6 @@ def dump_comment(comment):
       comment = comment.replace("\n", "<BR>\n")
    return comment
 
-
 ind_s = " "*4
 
 class writer_html(Writer):