X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..ea3760f94d9d74d3aaa8492182b9e1a15ec1effa:/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