X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/060d6086ca8b1d5791c6116484c1267659bee812..e477f68a6c1da16b2b976ff97750a65bbd0e3dd9:/app/views/changeset/list.atom.builder diff --git a/app/views/changeset/list.atom.builder b/app/views/changeset/list.atom.builder index c71c22aa1..db53cdb08 100644 --- a/app/views/changeset/list.atom.builder +++ b/app/views/changeset/list.atom.builder @@ -5,7 +5,9 @@ atom_feed(:language => I18n.locale, :schema_date => 2009, feed.title @title feed.subtitle :type => 'xhtml' do |xhtml| - xhtml.p @description + xhtml.p do |p| + p << @description + end end feed.updated @edits.map {|e| [e.created_at, e.closed_at].max }.max