From bbc5053cf6ba75e10384f25db9826dfa0d2afcdb Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 13 Jan 2023 10:43:48 +0300 Subject: [PATCH] We just need some space --- mastoposter/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastoposter/utils.py b/mastoposter/utils.py index 8ec6d6e..115e364 100644 --- a/mastoposter/utils.py +++ b/mastoposter/utils.py @@ -76,7 +76,7 @@ def node_to_html(el: PageElement) -> str: ), "br": lambda _: "\n", "ul": lambda tag: ( - "%s" + "%s\n" % str.join( "\n", ( @@ -87,7 +87,7 @@ def node_to_html(el: PageElement) -> str: ) ), "ol": lambda tag: ( - "%s" + "%s\n" % str.join( "\n", (