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