From 909842fa541c1afab69f7a669b821a3afde00719 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 2 May 2020 19:42:55 +0000 Subject: [PATCH] Tidying --- webinterface.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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':