Преглед на файлове

Minor tweak to the RSS template.

Brit Butler преди 11 години
родител
ревизия
04619d57ad
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      themes/rss.tmpl

+ 1 - 1
themes/rss.tmpl

@@ -18,7 +18,7 @@
18 18
       <author>{$config.author}</author>
19 19
       <guid isPermaLink="true">{$config.domain}/posts/{$post.slug}.{$config.pageExt}</guid>
20 20
       {foreach $tag in $post.tags}
21
-        <category><![CDATA[ {$tag} ]]></category>
21
+        <category><![CDATA[ {$tag.name |noAutoescape} ]]></category>
22 22
       {/foreach}
23 23
       <description><![CDATA[ {$post.text |noAutoescape} ]]></description>
24 24
     </item>