From c8854f2e3d9fe2c887e2a60988f55c6f42f588b6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Oct 2020 11:01:14 +0100 Subject: [PATCH] Extra lines --- newsdaemon.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/newsdaemon.py b/newsdaemon.py index f3d442359..445f42b88 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -102,11 +102,12 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, # add the off-site link to the description if rssDescription: - rssDescription += \ + rssDescription = '

' + rssDescription + \ '

' + \ translate['Read more...'] + '
' else: - rssDescription = '' + \ + rssDescription = '

' + \ + '
' + \ translate['Read more...'] + '
' followersOnly = False