]> git.openstreetmap.org Git - rails.git/commitdiff
Fix thinko.
authorTom Hughes <tom@compton.nu>
Fri, 6 Mar 2009 14:30:01 +0000 (14:30 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 6 Mar 2009 14:30:01 +0000 (14:30 +0000)
app/views/diary_entry/list.rhtml

index 24977a2050f2cf018639936872195387c844ed48..3d1f0bbcb16acf3c2270e92be3e6d5a04d939f1a 100644 (file)
@@ -30,6 +30,6 @@
 
 <%= rss_link_to :action => 'rss' %>
 
-<% content_for :head %>
+<% content_for :head do %>
 <%= auto_discovery_link_tag :atom, :action => 'rss' %>
 <% end %>