From d90638aca4f4313717261478e1d8349ccb97afc5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 11 Oct 2007 13:21:35 +0000 Subject: [PATCH] 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 --- Writers/bkmk_whtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2