From d2cfd9fd83b8f8c3505ec64b14efda1f848b2616 Mon Sep 17 00:00:00 2001 From: veclav talica Date: Fri, 23 Feb 2024 23:18:57 +0500 Subject: [PATCH] fix mixin_tag newlines --- tools/page_shares.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/page_shares.py b/tools/page_shares.py index c651876..89dab31 100644 --- a/tools/page_shares.py +++ b/tools/page_shares.py @@ -58,6 +58,7 @@ WEEKDAYS = { def mixin_tag(content: str, tag: str) -> str: return f"""<{tag}> + {content} """