summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/application_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 260bf1f0e..bf05db034 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -334,7 +334,8 @@ class ApplicationController < ActionController::Base
@items.sort! {|x,y| y.event_datetime <=> x.event_datetime }
@items = @items.slice(0, Setting.feeds_limit.to_i)
@title = options[:title] || Setting.app_title
- render :template => "common/feed.atom.rxml", :layout => false, :content_type => 'application/atom+xml'
+ render :template => "common/feed.atom", :layout => false,
+ :content_type => 'application/atom+xml'
end
# TODO: remove in Redmine 1.4