diff --git a/webinterface.py b/webinterface.py
index f1d27bac..0ce2d12a 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -973,8 +973,7 @@ def rssHashtagSearch(nickname: str, domain: str, port: int,
description = postJsonObject['object']['content']
description = firstParagraphFromString(description)
hashtagFeed += \
- ' '
+ ' ' + description + ''
hashtagFeed += \
' ' + rssDateStr + ''
if postJsonObject['object'].get('attachment'):