]> git.openstreetmap.org Git - rails.git/commitdiff
Remove 'basic attributes' comments from changeset api output builders
authorAnton Khorev <tony29@yandex.ru>
Mon, 20 Nov 2023 12:39:27 +0000 (15:39 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 20 Nov 2023 12:39:27 +0000 (15:39 +0300)
app/views/api/changesets/changeset.xml.builder
app/views/api/changesets/changesets.xml.builder

index cedfc81ea5ce34310cac041136bf9d5a39030f4f..b53061d4c347695c0d449d7d509e90792f683bbe 100644 (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
index c68a76da3bcf5da5746f2f28e7a61d9dc4b42cfb..5ff7e262044032609666cd2deeada933bb917fb6 100644 (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)