Remove container

merge-requests/8/head
Bob Mottram 2020-10-03 17:50:52 +01:00
parent 33f139b386
commit 26ae600f06
1 changed files with 0 additions and 5 deletions

View File

@ -5295,9 +5295,6 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
if os.path.isfile(themeRightColumnImageFilename):
copyfile(themeRightColumnImageFilename, rightColumnImageFilename)
htmlStr += \
'\n <div class="container">\n'
# show the image at the top of the column
editImageClass = 'rightColEdit'
if os.path.isfile(rightColumnImageFilename):
@ -5329,8 +5326,6 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
else:
htmlStr += ' <br>\n'
htmlStr += \
' </div>\n'
return htmlStr