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