mirror of https://gitlab.com/bashrc2/epicyon
Don't need cdata
parent
4dc132c7bc
commit
87437fe55c
|
@ -973,8 +973,7 @@ def rssHashtagSearch(nickname: str, domain: str, port: int,
|
||||||
description = postJsonObject['object']['content']
|
description = postJsonObject['object']['content']
|
||||||
description = firstParagraphFromString(description)
|
description = firstParagraphFromString(description)
|
||||||
hashtagFeed += \
|
hashtagFeed += \
|
||||||
' <description><![CDATA[' + \
|
' <description>' + description + '</description>'
|
||||||
description + ']]></description>'
|
|
||||||
hashtagFeed += \
|
hashtagFeed += \
|
||||||
' <pubDate>' + rssDateStr + '</pubDate>'
|
' <pubDate>' + rssDateStr + '</pubDate>'
|
||||||
if postJsonObject['object'].get('attachment'):
|
if postJsonObject['object'].get('attachment'):
|
||||||
|
|
Loading…
Reference in New Issue