mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
remove a few parser warnings from generated feeds
This commit is contained in:
@@ -15,13 +15,15 @@
|
||||
<entry>
|
||||
<id>${ARTICLE_ID}</id>
|
||||
<link href="${ARTICLE_LINK}" rel="alternate" type="text/html"/>
|
||||
<title>${ARTICLE_TITLE}</title>
|
||||
<title type="html">${ARTICLE_TITLE}</title>
|
||||
<summary type="html"><![CDATA[${ARTICLE_EXCERPT}]]></summary>
|
||||
<content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
|
||||
<updated>${ARTICLE_UPDATED_ATOM}</updated>
|
||||
<author><name>${ARTICLE_AUTHOR}</name></author>
|
||||
<source>
|
||||
<id>${ARTICLE_SOURCE_LINK}</id>
|
||||
<link rel="self" href="${ARTICLE_SOURCE_LINK}"/>
|
||||
<updated>${ARTICLE_UPDATED_ATOM}</updated>
|
||||
<title>${ARTICLE_SOURCE_TITLE}</title></source>
|
||||
<!-- $BeginBlock category -->
|
||||
<category term="${ARTICLE_CATEGORY}"/>
|
||||
|
||||
Reference in New Issue
Block a user