From 58e2fa3695cecce7fb8bb8cc0c43eecdd5a2ed7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Wed, 25 Aug 2010 15:52:43 +0200 Subject: Fixed a missing simple quote. --- actionpack/lib/action_view/helpers/url_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index a5c6718c58..a4771e87e9 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -367,7 +367,7 @@ module ActionView # "Go Back" link instead of a link to the comments page, we could do something like this... # # <%= - # link_to_unless_current("Comment", { :controller => 'comments', :action => 'new}) do + # link_to_unless_current("Comment", { :controller => 'comments', :action => 'new'}) do # link_to("Go back", { :controller => 'posts', :action => 'index' }) # end # %> -- cgit v1.2.3