aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-05-20 21:12:25 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-05-20 21:12:25 +0530
commitad3f47dc2f27a74b43c29ae66820f15239c81f21 (patch)
treeb5b106005889a40b7eb0a9450df232d92d203f3e /actionpack
parented024f65bee8f66e168e2cf924142ec63eb94d61 (diff)
downloadrails-ad3f47dc2f27a74b43c29ae66820f15239c81f21.tar.gz
rails-ad3f47dc2f27a74b43c29ae66820f15239c81f21.tar.bz2
rails-ad3f47dc2f27a74b43c29ae66820f15239c81f21.zip
fix closing tag [ci skip]
Diffstat (limited to 'actionpack')
-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 498be596ad..9572f1c192 100644
--- a/actionpack/lib/action_view/helpers/tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/tag_helper.rb
@@ -41,7 +41,7 @@ module ActionView
# thus accessed as <tt>dataset.userId</tt>.
#
# Values are encoded to JSON, with the exception of strings and symbols.
- # This may come in handy when using jQuery's HTML5-aware <tt>.data()<tt>
+ # This may come in handy when using jQuery's HTML5-aware <tt>.data()</tt>
# from 1.4.3.
#
# ==== Examples