diff --git a/webinterface.py b/webinterface.py index 4812cfe7..8f280511 100644 --- a/webinterface.py +++ b/webinterface.py @@ -79,9 +79,9 @@ def getContentWarningButton(postID: str, translate: {}, content: str) -> str: """Returns the markup for a content warning button """ - return '
' + \ + return '
' + \ translate['SHOW MORE'] + '' + \ - '
' + content + \ + '
' + content + \ '
'