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