fix prnewswire title parser

This commit is contained in:
Hiller Liao
2021-03-09 17:20:00 +08:00
parent 13b498732a
commit 940dc1fb82
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<updated>{{item.pubDate|default(now)}}</updated>
<link href="{{item.link}}"/>
<content type="html" src="{{item.link}}"><![CDATA[{{item.description|safe}}]]></content>
<author>![CDATA[{{item.author|safe}}]]</author>
</entry>
{% endfor %}
</feed>