Extra newline

main
Bob Mottram 2020-10-02 16:20:39 +01:00
parent eb04fc48fb
commit 6fe7641360
1 changed files with 2 additions and 0 deletions

View File

@ -5207,6 +5207,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
iconsDir + '/edit.png" /></a>\n'
if editImageClass == 'leftColEdit':
htmlStr += ' <center>\n'
else:
htmlStr += ' <br>\n'
linksFilename = baseDir + '/accounts/links.txt'
if os.path.isfile(linksFilename):