diff --git a/app/lib/babycode.py b/app/lib/babycode.py
index 206c3d6..5623b3e 100644
--- a/app/lib/babycode.py
+++ b/app/lib/babycode.py
@@ -8,7 +8,7 @@ def tag_code(children, attr):
return f"{children}
"
else:
t = children.strip()
- button = f""
+ button = f""
return f"
{button}{t}
"
def tag_list(children):