diff --git a/newsdaemon.py b/newsdaemon.py
index f3d44235..445f42b8 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