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
|
# add the off-site link to the description
|
||||||
if rssDescription:
|
if rssDescription:
|
||||||
rssDescription += \
|
rssDescription += \
|
||||||
'<br><br><a href="' + url + '">' + \
|
'<br><a href="' + url + '">' + \
|
||||||
translate['Read more...'] + '</a>'
|
translate['Read more...'] + '</a>'
|
||||||
else:
|
else:
|
||||||
rssDescription = \
|
rssDescription = \
|
||||||
|
|
Loading…
Reference in New Issue