From: Oleg Broytman Date: Thu, 11 Oct 2007 13:21:35 +0000 (+0000) Subject: Mozilla format is not Netscape format (respective to multiline comments). X-Git-Tag: v4.5.3~287 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=d90638aca4f4313717261478e1d8349ccb97afc5;p=bookmarks_db.git Mozilla format is not Netscape format (respective to multiline comments). git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@89 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/Writers/bkmk_whtml.py b/Writers/bkmk_whtml.py index 3fe8637..775d336 100644 --- a/Writers/bkmk_whtml.py +++ b/Writers/bkmk_whtml.py @@ -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")