Extra div

merge-requests/8/head
Bob Mottram 2020-10-12 20:54:09 +01:00
parent 0c3ec272b1
commit 3b8398f002
1 changed files with 2 additions and 1 deletions

View File

@ -5417,6 +5417,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
if showBackButton:
htmlStr += \
' <div>' + \
' <a href="' + timelinePath + '">' + \
'<button class="cancelbtn">' + \
translate['Go Back'] + '</button></a>\n'
@ -5699,7 +5700,7 @@ def htmlLinksMobile(baseDir: str, nickname: str, domainFull: str,
httpPrefix, translate,
iconsDir, editor,
True, timelinePath)
htmlStr += htmlFooter()
htmlStr += '</div>\n' + htmlFooter()
return htmlStr