diff --git a/files/routes/posts.py b/files/routes/posts.py
index 8e0ce7bdc..5ca1964f7 100644
--- a/files/routes/posts.py
+++ b/files/routes/posts.py
@@ -388,7 +388,7 @@ def filter_title(title):
remoji = emoji
if path.isfile(f'./files/assets/images/emojis/{remoji}.webp'):
- title = title.replace(f':{emoji}:', f'
')
+ title = title.replace(f':{emoji}:', f'
')
return title
diff --git a/files/templates/submit.html b/files/templates/submit.html
index 45a1af85e..00ce3a480 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -4,7 +4,7 @@
-
+