X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0fb725ea611e7788a05bcb39bbf65ccdfe7ae505..045af66d438a7fa3567cb4a10ea2f6a255e742c8:/app/views/api/users/index.xml.builder diff --git a/app/views/api/users/index.xml.builder b/app/views/api/users/index.xml.builder index 60fcfa898..1b284ef5e 100644 --- a/app/views/api/users/index.xml.builder +++ b/app/views/api/users/index.xml.builder @@ -1,4 +1,4 @@ xml.instruct! :xml, :version => "1.0" xml.osm(OSM::API.new.xml_root_attributes) do |osm| - osm << render(@users) + osm << (render(@users) || "") end