]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/index.xml.builder
Be more consistent with 'my' vs 'your' for objects that belong to
[rails.git] / app / views / notes / index.xml.builder
index 1e230b55dca3f5e42bc58d16e9fab4c0577c9608..c1c2be7e40a79d2e1eec16a6129443d2119c7f49 100644 (file)
@@ -1,3 +1,5 @@
 xml.instruct!
 
 xml.instruct!
 
-xml.notes << (render(:partial => "note", :collection => @notes) || "")
+xml.osm(:version => API_VERSION, :generator => GENERATOR) do |osm|
+  osm << (render(:partial => "note", :collection => @notes) || "")
+end