diff --git a/newsdaemon.py b/newsdaemon.py index 0a57c1afe..2f7402a93 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -103,9 +103,11 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, # add the off-site link to the description if rssDescription: rssDescription += \ - '

' + translate['Read more...'] + '
' + url + '

' + \ + translate['Read more...'] + '
' else: - rssDescription = translate['Read more...'] + '
' + url + rssDescription = '' + \ + translate['Read more...'] + '
' followersOnly = False useBlurhash = False