X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c8ad2f86edefed72052b402742cadedb0d674d9..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/app/views/notes/show.xml.builder?ds=sidebyside diff --git a/app/views/notes/show.xml.builder b/app/views/notes/show.xml.builder index cfb28c20e..51b3daebd 100644 --- a/app/views/notes/show.xml.builder +++ b/app/views/notes/show.xml.builder @@ -1,3 +1,5 @@ xml.instruct! -xml << render(:partial => "note", :object => @note) +xml.osm(OSM::API.new.xml_root_attributes) do |osm| + osm << render(:partial => "note", :object => @note) +end