diff --git a/webinterface.py b/webinterface.py index a66c37c8..8ccae798 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3981,9 +3981,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, patchStr = gitFormatContent(postJsonObject['object']['content']) patchStr = patchStr.replace('\n','
').replace('\t',' ') contentStr = \ - '
' + \ - patchStr.replace('\n','
') + \ - '
' + '
' + patchStr + '
' postHtml = '' if boxName != 'tlmedia':