]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/list.html.erb
Diary and trace feeds are RSS not Atom
[rails.git] / app / views / diary_entry / list.html.erb
index 2939ec7e62aa5cead3edd2a9cd902a6d3a10f79f..a715d152419d9eba1b271ee8ac5b16cb227a0cef 100644 (file)
@@ -3,7 +3,7 @@
     <% if @this_user %>
       <%= user_image @this_user %>
     <% end %>
-    <h2><%= h(@title) %></h2>
+    <h1><%= h(@title) %></h1>
 
     <ul class='secondary-actions clearfix'>
       <% unless params[:friends] or params[:nearby] -%>
@@ -51,6 +51,6 @@
 
 <% unless params[:friends] or params[:nearby] -%>
   <% content_for :head do -%>
-  <%= auto_discovery_link_tag :atom, :action => 'rss', :language => params[:language] %>
+  <%= auto_discovery_link_tag :rss, :action => 'rss', :language => params[:language] %>
   <% end -%>
 <% end -%>