From 483b60b9ff2b467c9d4f4892ef1d5b68c95793d8 Mon Sep 17 00:00:00 2001 From: wycats Date: Wed, 18 Aug 2010 16:48:49 -0700 Subject: Revert "It's snowing!" This reverts commit e4283007d607454acf97301821ba1e1c417bdead. --- actionpack/test/template/form_tag_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/template/form_tag_helper_test.rb') diff --git a/actionpack/test/template/form_tag_helper_test.rb b/actionpack/test/template/form_tag_helper_test.rb index d2f725a994..532f086d21 100644 --- a/actionpack/test/template/form_tag_helper_test.rb +++ b/actionpack/test/template/form_tag_helper_test.rb @@ -12,7 +12,7 @@ class FormTagHelperTest < ActionView::TestCase method = options[:method] txt = %{
} - txt << %{} + txt << %{} txt << %{} if method txt << %{
} end -- cgit v1.2.3