aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/api_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api_controller.rb')
-rw-r--r--app/controllers/api_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb
index b34386377..a8c9b5fef 100644
--- a/app/controllers/api_controller.rb
+++ b/app/controllers/api_controller.rb
@@ -161,7 +161,7 @@ class ApiController < ApplicationController
@requests = @public_body.info_requests
if feed_type == "atom"
- render :template => "api/new_requests.atom"
+ render :template => "api/new_requests.atom", :layout => false
elsif feed_type == "json"
render :json => @requests
else