diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feed.xml b/templates/feed.xml index 0b828f6..4cc2c17 100644 --- a/templates/feed.xml +++ b/templates/feed.xml | |||
@@ -42,7 +42,7 @@ | |||
42 | <link href="$it.url.full$"/> | 42 | <link href="$it.url.full$"/> |
43 | <published>$it.date.rfc3339$</published> | 43 | <published>$it.date.rfc3339$</published> |
44 | <updated>$it.last_update.rfc3339$</updated> | 44 | <updated>$it.last_update.rfc3339$</updated> |
45 | $-- <content>$it.plain$</content> | 45 | <content type="html"><![CDATA[$it.content$]]></content> |
46 | </entry> | 46 | </entry> |
47 | $endif$ | 47 | $endif$ |
48 | $endfor$ | 48 | $endfor$ |