html formatting within rss

main
Bob Mottram 2020-09-26 19:57:34 +01:00
parent b9d57a510c
commit 5c327fbab8
1 changed files with 2 additions and 2 deletions

View File

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