]> git.phdru.name Git - bookmarks_db.git/commitdiff
Mozilla format is not Netscape format (respective to multiline comments).
authorOleg Broytman <phd@phdru.name>
Thu, 11 Oct 2007 13:21:35 +0000 (13:21 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 11 Oct 2007 13:21:35 +0000 (13:21 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@89 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

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")