mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user