Remove newline

main
Bob Mottram 2020-10-10 12:59:09 +01:00
parent 52a66b78d6
commit 32e3d3bd28
1 changed files with 1 additions and 1 deletions

View File

@ -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 = \