Diary and trace feeds are RSS not Atom

Fixes #638
This commit is contained in:
Tom Hughes 2013-12-07 14:31:59 +00:00
parent 70be43201a
commit 512c02b364
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
<% end %>
<% content_for :head do %>
<%= auto_discovery_link_tag :atom, :action => 'georss', :display_name => @display_name, :tag => @tag %>
<%= auto_discovery_link_tag :rss, :action => 'georss', :display_name => @display_name, :tag => @tag %>
<% end %>
<% if @traces.size > 0 %>