Fixed some minor bugs and add tests to spot them
This commit is contained in:
parent
c3bf919e3e
commit
abf3358ce5
5 changed files with 85 additions and 2 deletions
|
@ -36,7 +36,7 @@ xml.rss("version" => "2.0",
|
|||
if (comment.user.nil?)
|
||||
xml.author comment.commenter_name
|
||||
else
|
||||
xml.author comment.user.dislay_name
|
||||
xml.author comment.user.display_name
|
||||
end
|
||||
|
||||
xml.pubDate comment.date_created.to_s(:rfc822)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue