X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Writers%2Fbkmk_whtml.py;h=eae6e5ff214db06491b2bc613be04b2bac0c0101;hb=9faa13f6f8199790cf01533e857c593520559649;hp=f7a1d654a2274780cb2284cf64040926e10f8a27;hpb=4255ead7de9ed5069f94b90cb134a077387d43c1;p=bookmarks_db.git diff --git a/Writers/bkmk_whtml.py b/Writers/bkmk_whtml.py index f7a1d65..eae6e5f 100644 --- a/Writers/bkmk_whtml.py +++ b/Writers/bkmk_whtml.py @@ -4,7 +4,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['writer_html'] @@ -22,6 +22,7 @@ def dump_comment(comment): ind_s = " "*4 + class writer_html(Writer): filename = "bookmarks.html"