Fix XML namespacing in RSS.

This commit is contained in:
Brit Butler 2012-08-22 01:22:09 -04:00
parent 76ce697921
commit 5df157b368

View file

@ -20,7 +20,7 @@
{foreach $tag in $post.tags}
<category>{$tag |noAutoescape}</category>
{/foreach}
<content:encoded>{$post.content |noAutoescape}</content:encoded>
<description>{$post.content |noAutoescape}</description>
</item>
{/foreach}