Fix XML namespacing in RSS.
This commit is contained in:
parent
76ce697921
commit
5df157b368
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue