From c811dffabedb38e18b778ae831692eac336d434a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 15 Nov 2020 16:51:00 +0000 Subject: [PATCH] Separator above about --- webapp_column_left.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_column_left.py b/webapp_column_left.py index 8422e59df..b4c64cb35 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -172,6 +172,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, '

' + lineStr + '

\n' linksFileContainsEntries = True + htmlStr += separatorStr htmlStr += \ '

' + \ translate['About this Instance'] + '

'