Fixed some minor bugs and add tests to spot them

This commit is contained in:
Kai Krueger 2010-03-27 11:45:36 +00:00
parent c3bf919e3e
commit abf3358ce5
5 changed files with 85 additions and 2 deletions

View file

@ -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)