forked from indymedia/epicyon
Extra newline
parent
24a45bbcab
commit
d3b708b5c7
|
@ -5622,6 +5622,9 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
if rssIconAtTop:
|
if rssIconAtTop:
|
||||||
htmlStr += '</div><br>'
|
htmlStr += '</div><br>'
|
||||||
|
|
||||||
|
if showHeaderImage:
|
||||||
|
htmlStr += '<br>'
|
||||||
|
|
||||||
linksFilename = baseDir + '/accounts/links.txt'
|
linksFilename = baseDir + '/accounts/links.txt'
|
||||||
linksFileContainsEntries = False
|
linksFileContainsEntries = False
|
||||||
if os.path.isfile(linksFilename):
|
if os.path.isfile(linksFilename):
|
||||||
|
|
Loading…
Reference in New Issue