From 32e3d3bd2875c515ee288d47007b34edca00cc96 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Oct 2020 12:59:09 +0100 Subject: [PATCH] Remove newline --- newsdaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsdaemon.py b/newsdaemon.py index 6bc7f363..610a8477 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -108,7 +108,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, # add the off-site link to the description if rssDescription: rssDescription += \ - '

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