Don't need cdata

main
Bob Mottram 2020-11-08 12:42:33 +00:00
parent 4dc132c7bc
commit 87437fe55c
1 changed files with 1 additions and 2 deletions

View File

@ -973,8 +973,7 @@ def rssHashtagSearch(nickname: str, domain: str, port: int,
description = postJsonObject['object']['content']
description = firstParagraphFromString(description)
hashtagFeed += \
' <description><![CDATA[' + \
description + ']]></description>'
' <description>' + description + '</description>'
hashtagFeed += \
' <pubDate>' + rssDateStr + '</pubDate>'
if postJsonObject['object'].get('attachment'):