aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/form_tag_helper_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-08-12 13:32:00 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-08-12 13:32:00 -0700
commitc49144b2f7b2cb9b59ea3a9cddd69de47f268ae6 (patch)
tree14dc12a39f0ab449766b43497669f01c3cc9d62c /actionpack/test/template/form_tag_helper_test.rb
parentfddcd21bd11a5c7ada450322b737c58dccde9bfc (diff)
downloadrails-c49144b2f7b2cb9b59ea3a9cddd69de47f268ae6.tar.gz
rails-c49144b2f7b2cb9b59ea3a9cddd69de47f268ae6.tar.bz2
rails-c49144b2f7b2cb9b59ea3a9cddd69de47f268ae6.zip
It's snowing!
Diffstat (limited to 'actionpack/test/template/form_tag_helper_test.rb')
-rw-r--r--actionpack/test/template/form_tag_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/form_tag_helper_test.rb b/actionpack/test/template/form_tag_helper_test.rb
index 532f086d21..d2f725a994 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 = %{<div style="margin:0;padding:0;display:inline">}
- txt << %{<input name="utf8" type="hidden" value="&#x2713;" />}
+ txt << %{<input name="_utf8" type="hidden" value="&#9731;" />}
txt << %{<input name="_method" type="hidden" value="#{method}" />} if method
txt << %{</div>}
end