]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_whtml.py
Mozilla format is not Netscape format (respective to multiline comments).
[bookmarks_db.git] / Writers / bkmk_whtml.py
index 3fe863719d94851385d7f8b4e544fb4376e9ff90..775d336fea0c4060a35090c307f8be12cfe20311 100644 (file)
@@ -8,7 +8,7 @@
 import os
 MZFORMAT = os.environ.has_key("BKMK_MZFORMAT")
 if MZFORMAT:
-   NSFORMAT = True
+   NSFORMAT = False
 else:
    NSFORMAT = os.environ.has_key("BKMK_NSFORMAT")