fix mixin_tag newlines
This commit is contained in:
parent
af76490365
commit
d2cfd9fd83
@ -58,6 +58,7 @@ WEEKDAYS = {
|
||||
|
||||
def mixin_tag(content: str, tag: str) -> str:
|
||||
return f"""<{tag}>
|
||||
|
||||
{content}</{tag}>
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user