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