aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tag_helper.rb
diff options
context:
space:
mode:
authorSjoerd Andringa <sjoerd.andringa@innovationfactory.nl>2011-02-13 00:56:04 +0100
committerSantiago Pastorino <santiago@wyeworks.com>2011-02-12 22:22:18 -0200
commit95a5bd87cb542c534b7f2490dcfa687a1bfeec43 (patch)
tree9876343025d06f01bc240163ab2c163bc9ca145f /actionpack/lib/action_view/helpers/tag_helper.rb
parentd72add9c20778e253f90fbfe587eae0e205c40ad (diff)
downloadrails-95a5bd87cb542c534b7f2490dcfa687a1bfeec43.tar.gz
rails-95a5bd87cb542c534b7f2490dcfa687a1bfeec43.tar.bz2
rails-95a5bd87cb542c534b7f2490dcfa687a1bfeec43.zip
Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'actionpack/lib/action_view/helpers/tag_helper.rb')
-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 ee51617a2b..786af5ca58 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -14,7 +14,7 @@ module ActionView
BOOLEAN_ATTRIBUTES = %w(disabled readonly multiple checked autobuffer
autoplay controls loop selected hidden scoped async
defer reversed ismap seemless muted required
- autofocus novalidate formnovalidate open).to_set
+ autofocus novalidate formnovalidate open pubdate).to_set
BOOLEAN_ATTRIBUTES.merge(BOOLEAN_ATTRIBUTES.map {|attribute| attribute.to_sym })
# Returns an empty HTML tag of type +name+ which by default is XHTML