From 87437fe55c3e9130ac377acaf7fec76ad9e98466 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Nov 2020 12:42:33 +0000 Subject: [PATCH] Don't need cdata --- webinterface.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'):