summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-06 11:28:06 +0400
committerAndrew Dolgov <[email protected]>2013-10-06 11:28:06 +0400
commit0ee126ee8faa40cb876f8b8a72c006ee89c2e17c (patch)
treeacc123befaaa0f9f393ad4cf91b88e0d5344ada2 /templates
parentf44d59992edac23206f593e240f0e445c571b661 (diff)
remove a few parser warnings from generated feeds
Diffstat (limited to 'templates')
-rw-r--r--templates/generated_feed.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt
index c1f921c45..5e35f9be1 100644
--- a/templates/generated_feed.txt
+++ b/templates/generated_feed.txt
@@ -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}"/>