From 2005709c5a9097f303f3bf8ce9321dcb60e552b3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 6 Mar 2009 14:30:01 +0000 Subject: [PATCH] Fix thinko. --- app/views/diary_entry/list.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/diary_entry/list.rhtml b/app/views/diary_entry/list.rhtml index 24977a205..3d1f0bbcb 100644 --- a/app/views/diary_entry/list.rhtml +++ b/app/views/diary_entry/list.rhtml @@ -30,6 +30,6 @@ <%= rss_link_to :action => 'rss' %> -<% content_for :head %> +<% content_for :head do %> <%= auto_discovery_link_tag :atom, :action => 'rss' %> <% end %> -- 2.39.5