X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Writers%2Fbkmk_whtml.py;h=dd71cb9fb2610ebeb5bd18d5e3bb81893bcd80cf;hb=f24b257e8aad65b3375533726e7840666fa422eb;hp=ad109f82686ac70c16e514212cbc5f278659efa8;hpb=01e7f1237af1fa33a1feb0d07d5bb2e5e438962e;p=bookmarks_db.git diff --git a/Writers/bkmk_whtml.py b/Writers/bkmk_whtml.py index ad109f8..dd71cb9 100644 --- a/Writers/bkmk_whtml.py +++ b/Writers/bkmk_whtml.py @@ -23,7 +23,6 @@ def dump_comment(comment): comment = comment.replace("\n", "
\n") return comment - ind_s = " "*4 class writer_html(Writer):