X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Writers%2Fbkmk_whtml.py;h=04eb8ba7b39276e7ed2a18ed857f37b551337150;hb=44646fbc8b70e327ffa031c06128632c405c238e;hp=ad109f82686ac70c16e514212cbc5f278659efa8;hpb=01e7f1237af1fa33a1feb0d07d5bb2e5e438962e;p=bookmarks_db.git diff --git a/Writers/bkmk_whtml.py b/Writers/bkmk_whtml.py index ad109f8..04eb8ba 100644 --- a/Writers/bkmk_whtml.py +++ b/Writers/bkmk_whtml.py @@ -3,11 +3,8 @@ This file is a part of Bookmarks database and Internet robot. """ -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['writer_html'] @@ -23,7 +20,6 @@ def dump_comment(comment): comment = comment.replace("\n", "
\n") return comment - ind_s = " "*4 class writer_html(Writer):