forked from indymedia/epicyon
Extra div
parent
0c3ec272b1
commit
3b8398f002
|
@ -5417,6 +5417,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
|
|
||||||
if showBackButton:
|
if showBackButton:
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
|
' <div>' + \
|
||||||
' <a href="' + timelinePath + '">' + \
|
' <a href="' + timelinePath + '">' + \
|
||||||
'<button class="cancelbtn">' + \
|
'<button class="cancelbtn">' + \
|
||||||
translate['Go Back'] + '</button></a>\n'
|
translate['Go Back'] + '</button></a>\n'
|
||||||
|
@ -5699,7 +5700,7 @@ def htmlLinksMobile(baseDir: str, nickname: str, domainFull: str,
|
||||||
httpPrefix, translate,
|
httpPrefix, translate,
|
||||||
iconsDir, editor,
|
iconsDir, editor,
|
||||||
True, timelinePath)
|
True, timelinePath)
|
||||||
htmlStr += htmlFooter()
|
htmlStr += '</div>\n' + htmlFooter()
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue