aboutsummaryrefslogtreecommitdiff
path: root/templates/rssitem.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rssitem.tmpl')
-rw-r--r--templates/rssitem.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rssitem.tmpl b/templates/rssitem.tmpl
index c7e587e1c..bfd38ec31 100644
--- a/templates/rssitem.tmpl
+++ b/templates/rssitem.tmpl
@@ -12,6 +12,6 @@
<category><TMPL_VAR CATEGORY></category>
</TMPL_LOOP>
</TMPL_IF>
- <pubDate><TMPL_VAR PUBDATE></pubDate>
+ <pubDate><TMPL_VAR DATE_822></pubDate>
<description><![CDATA[<TMPL_VAR CONTENT>]]></description>
</item>