From bac3fc63f3a48210bf0a0be982d2e21394a41048 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Jun 2020 13:58:12 +0100 Subject: [PATCH] Drop the cw classes --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + \ '
'