aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-28 00:01:55 +0200
committerXavier Noria <fxn@hashref.com>2010-08-28 00:01:55 +0200
commitdda515fc2654199d3aaeb960a0ba1b7a395dfa48 (patch)
tree7df30119c437b237015206f1e3feca3816c0b7bc /actionpack/lib/action_view
parent3b62667e7750a156332a32262f8fa4609ad2222a (diff)
parent279c3957237b049dead8d95db81ea1ff665ee78c (diff)
downloadrails-dda515fc2654199d3aaeb960a0ba1b7a395dfa48.tar.gz
rails-dda515fc2654199d3aaeb960a0ba1b7a395dfa48.tar.bz2
rails-dda515fc2654199d3aaeb960a0ba1b7a395dfa48.zip
Merge remote branch 'docrails/master'
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/tag_helper.rb b/actionpack/lib/action_view/helpers/tag_helper.rb
index 5d032b32a7..1b9e152b4d 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -16,7 +16,7 @@ module ActionView
autoplay controls loop selected hidden scoped async
defer reversed ismap seemless muted required
autofocus novalidate formnovalidate open).to_set
- BOOLEAN_ATTRIBUTES.merge(BOOLEAN_ATTRIBUTES.map {|attr| attr.to_sym })
+ BOOLEAN_ATTRIBUTES.merge(BOOLEAN_ATTRIBUTES.map {|attribute| attribute.to_sym })
# Returns an empty HTML tag of type +name+ which by default is XHTML
# compliant. Set +open+ to true to create an open tag compatible