diff --git a/files/routes/posts.py b/files/routes/posts.py index 8e0ce7bdc4..5ca1964f7f 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 45a1af85ee..00ce3a4801 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -4,7 +4,7 @@ - +