diff --git a/app/lib/babycode.py b/app/lib/babycode.py
index 1aa02c6..206c3d6 100644
--- a/app/lib/babycode.py
+++ b/app/lib/babycode.py
@@ -20,7 +20,7 @@ TAGS = {
"b": lambda children, attr: f"{children}",
"i": lambda children, attr: f"{children}",
"s": lambda children, attr: f"{children}",
- "img": lambda children, attr: f"
{children}", "code": tag_code,