X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6403515897e52457016ce8703cbbc0f9b2bbf56d..a569343e0158ccb23e9329b9a2c856da6beb729b:/app/views/changeset_comments/_comments.rss.builder diff --git a/app/views/changeset_comments/_comments.rss.builder b/app/views/changeset_comments/_comments.rss.builder index 4136b24b4..59973965f 100644 --- a/app/views/changeset_comments/_comments.rss.builder +++ b/app/views/changeset_comments/_comments.rss.builder @@ -11,6 +11,6 @@ comments.each do |comment| xml.dc :creator, comment.author.display_name if comment.author - xml.pubDate comment.created_at.to_formatted_s(:rfc822) + xml.pubDate comment.created_at.to_fs(:rfc822) end end