From 494975aa8b0c576a8217c0d4be0b41a423863e72 Mon Sep 17 00:00:00 2001 From: Steve Coast Date: Tue, 22 May 2007 11:22:17 +0000 Subject: [PATCH] return a blank 0.4 osm xml doc when on data found --- app/controllers/api_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 35a0f25b7..f61c67d6e 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -155,7 +155,7 @@ class ApiController < ApplicationController end if node_ids.length == 0 - render :text => '' + render :text => "" return end -- 2.43.2