X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/060d6086ca8b1d5791c6116484c1267659bee812..05e212027339733cf39aa9b7536c3f5f69ba0962:/app/views/changeset/list.atom.builder?ds=sidebyside 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