From 8a3f229f3ad4b8c03d464d13a4b23e488ebcc6dc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 5 Oct 2021 23:12:13 +0200 Subject: [PATCH] fdg --- files/routes/posts.py | 2 +- files/templates/submit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - +