diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-03 10:45:37 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-03 10:45:37 +0100 |
commit | e30a8623a1706d3bad4476198085547d8f47cc88 (patch) | |
tree | a2455832a97f4379ead91ca86dc2185c5de3bf5b /app/controllers/track_controller.rb | |
parent | da8c525eda36527cc4820fdf27873bb8426e2ffb (diff) | |
parent | 2c41249670f96b2eb29505108d056af5d6e1cb0d (diff) |
Merge branch 'release/0.11' of ssh://git.mysociety.org/data/git/public/alaveteli into release/0.110.11
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r-- | app/controllers/track_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index 9076148c4..40e82e7a4 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -157,7 +157,7 @@ class TrackController < ApplicationController format.json { render :json => @xapian_object.results.map { |r| r[:model].json_for_api(true, lambda { |t| view_context.highlight_and_excerpt(t, @xapian_object.words_to_highlight, 150) } ) } } - format.any { render :template => 'track/atom_feed.atom', :layout => false, :content_type => :atom } + format.any { render :template => 'track/atom_feed.atom', :layout => false, :content_type => 'application/atom+xml' } end end |