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