forked from indymedia/epicyon
Remove newline
parent
52a66b78d6
commit
32e3d3bd28
|
@ -108,7 +108,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
|||
# add the off-site link to the description
|
||||
if rssDescription:
|
||||
rssDescription += \
|
||||
'<br><br><a href="' + url + '">' + \
|
||||
'<br><a href="' + url + '">' + \
|
||||
translate['Read more...'] + '</a>'
|
||||
else:
|
||||
rssDescription = \
|
||||
|
|
Loading…
Reference in New Issue