aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-08-11 18:37:06 -0700
committerwycats <wycats@gmail.com>2010-08-11 18:37:57 -0700
commitc6160898c83107ba63017ad2a8b3878733267136 (patch)
tree3fe97de365da772cc76fa7a098b745f58d0fe4d5 /actionpack/lib/action_view/helpers/form_tag_helper.rb
parent007c4da9ae3d5ad03a9eefd4dfccf9ca447715f1 (diff)
downloadrails-c6160898c83107ba63017ad2a8b3878733267136.tar.gz
rails-c6160898c83107ba63017ad2a8b3878733267136.tar.bz2
rails-c6160898c83107ba63017ad2a8b3878733267136.zip
Replace snowman with utf8=✓
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb
index 1ea870426a..c1c5db0302 100644
--- a/actionpack/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb
@@ -538,7 +538,7 @@ module ActionView
def extra_tags_for_form(html_options)
snowman_tag = tag(:input, :type => "hidden",
- :name => "_e", :value => "&#9731;".html_safe)
+ :name => "utf8", :value => "&#x2713;".html_safe)
method = html_options.delete("method").to_s