From 342f10acf6773c2abe1ae46b62afa85c041b20eb Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Fri, 11 May 2007 12:34:21 -0500 Subject: [PATCH] Corrected Typo Fixed typo in one file from previous update. --- app/views/navigation.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/navigation.rhtml b/app/views/navigation.rhtml index 030285e9..099b8b24 100644 --- a/app/views/navigation.rhtml +++ b/app/views/navigation.rhtml @@ -21,7 +21,7 @@ end - <% end_form_tag %> + <% end %> <% else %> <%= list_item 'Home Page', {:action => 'published', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %> <% end%>