Extra lines

merge-requests/8/head
Bob Mottram 2020-10-10 11:01:14 +01:00
parent 492a6ad343
commit c8854f2e3d
1 changed files with 3 additions and 2 deletions

View File

@ -102,11 +102,12 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
# add the off-site link to the description
if rssDescription:
rssDescription += \
rssDescription = '<br><br>' + rssDescription + \
'<br><br><a href="' + url + '">' + \
translate['Read more...'] + '</a><br>'
else:
rssDescription = '<a href="' + url + '">' + \
rssDescription = '<br><br>' + \
'<a href="' + url + '">' + \
translate['Read more...'] + '</a><br>'
followersOnly = False