Merge pull request #217 from Skud/rss-bug

Fixed RSS bug where comments were showing up as "edited"
This commit is contained in:
pozorvlak
2013-06-04 04:04:42 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@
%pubDate= comment.created_at.to_s(:rfc822)
%link= post_url(comment.post)
%guid= post_url(comment.post)
%guid= comment_url(comment)

View File

@@ -20,4 +20,4 @@
%pubDate= comment.created_at.to_s(:rfc822)
%link= post_url(@post)
%guid= post_url(@post)
%guid= comment_url(comment)