Fixed Issue #340: Comment RSS feed shows TZ twice

Static TZ info was listed in the <dc:date> entry after the dynamic date info.
This commit is contained in:
Josh Kaplan
2012-02-28 16:26:45 -05:00
committed by Logan Hanks
parent eef447871a
commit 56753983a7

View File

@@ -41,7 +41,7 @@
<guid isPermaLink="true">${permalink}</guid>
<title>${author} ${_("on")} ${thing.link.title}</title>
<link>${permalink}</link>
<dc:date>${thing._date.isoformat()}-0700</dc:date>
<dc:date>${thing._date.isoformat()}</dc:date>
<description>${body|h}</description>
</item>