From: Tom Hughes Date: Tue, 21 Nov 2023 17:22:21 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4356' X-Git-Tag: live~1730 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8a02d33bec667a42a5057d45bc42e2aa00bd7084?hp=316cac53aea3f17831767ea3478f9dd96bc78933 Merge remote-tracking branch 'upstream/pull/4356' --- diff --git a/app/views/api/changesets/changeset.xml.builder b/app/views/api/changesets/changeset.xml.builder index cedfc81ea..b53061d4c 100644 --- a/app/views/api/changesets/changeset.xml.builder +++ b/app/views/api/changesets/changeset.xml.builder @@ -1,7 +1,5 @@ xml.instruct! :xml, :version => "1.0" -# basic attributes - xml.osm(OSM::API.new.xml_root_attributes) do |osm| osm << render(@changeset) end diff --git a/app/views/api/changesets/changesets.xml.builder b/app/views/api/changesets/changesets.xml.builder index c68a76da3..5ff7e2620 100644 --- a/app/views/api/changesets/changesets.xml.builder +++ b/app/views/api/changesets/changesets.xml.builder @@ -1,7 +1,5 @@ xml.instruct! :xml, :version => "1.0" -# basic attributes - xml.osm(OSM::API.new.xml_root_attributes) do |osm| @changesets.each do |changeset| osm << render(changeset)