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}
|
{foreach $tag in $post.tags}
|
||||||
<category>{$tag |noAutoescape}</category>
|
<category>{$tag |noAutoescape}</category>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
<content:encoded>{$post.content |noAutoescape}</content:encoded>
|
<description>{$post.content |noAutoescape}</description>
|
||||||
</item>
|
</item>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue