diff --git a/files/helpers/markdown.py b/files/helpers/markdown.py index c795f8165..55caa7432 100644 --- a/files/helpers/markdown.py +++ b/files/helpers/markdown.py @@ -81,7 +81,7 @@ class CustomRenderer(HTMLRenderer): if not user: return f"{space}@{target}" - return f'''{space}@{username}'s profile picture@{user.username}''' + return f'''{space}@{username}'s profile picture@{user.username}''' def render_sub_mention(self, token): space = token.target[0] diff --git a/files/templates/changelog.html b/files/templates/changelog.html index 92a76a72e..3f44d78f6 100644 --- a/files/templates/changelog.html +++ b/files/templates/changelog.html @@ -34,7 +34,7 @@