forked from indymedia/epicyon
html formatting within rss
parent
b9d57a510c
commit
5c327fbab8
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue