forked from indymedia/epicyon
Remove newline
parent
9304ad7300
commit
d9b76d5833
|
@ -5615,8 +5615,6 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
|
|
||||||
if editImageClass == 'leftColEdit':
|
if editImageClass == 'leftColEdit':
|
||||||
htmlStr += ' </center>\n'
|
htmlStr += ' </center>\n'
|
||||||
else:
|
|
||||||
htmlStr += ' <br>\n'
|
|
||||||
|
|
||||||
linksFilename = baseDir + '/accounts/links.txt'
|
linksFilename = baseDir + '/accounts/links.txt'
|
||||||
linksFileContainsEntries = False
|
linksFileContainsEntries = False
|
||||||
|
|
Loading…
Reference in New Issue