X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ddac660f3b7cc09a7718f20d1b857b0794d5a4ef..efb3e0c81be04b2c40f131fefabd3d8bd768cb61:/app/views/api/users/index.xml.builder?ds=inline

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