Merge remote-tracking branch 'upstream/pull/4356'

This commit is contained in:
Tom Hughes 2023-11-21 17:22:21 +00:00
commit 8a02d33bec
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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)