aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-16 23:59:23 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-16 23:59:23 +0000
commitc92a7cea058bf24d234bbac3ca814e793f40c099 (patch)
treef7ae476af2eb70513839d4a9b72936477bb40712 /actionpack
parent1aa456d26fb85d9872ddde94208e593fdc11b81f (diff)
downloadrails-c92a7cea058bf24d234bbac3ca814e793f40c099.tar.gz
rails-c92a7cea058bf24d234bbac3ca814e793f40c099.tar.bz2
rails-c92a7cea058bf24d234bbac3ca814e793f40c099.zip
Docfix (closes #10493)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8424 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/text_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb
index 8f792c181a..e5747f28f7 100644
--- a/actionpack/lib/action_view/helpers/text_helper.rb
+++ b/actionpack/lib/action_view/helpers/text_helper.rb
@@ -287,8 +287,8 @@ module ActionView
#
# ==== Examples
# auto_link("Go to http://www.rubyonrails.org and say hello to david@loudthinking.com")
- # # => "Go to <a href="http://www.rubyonrails.org">http://www.rubyonrails.org</a> and
- # # say hello to <a href="mailto:david@loudthinking.com">david@loudthinking.com</a>"
+ # # => "Go to <a href=\"http://www.rubyonrails.org\">http://www.rubyonrails.org</a> and
+ # # say hello to <a href=\"mailto:david@loudthinking.com\">david@loudthinking.com</a>"
#
# auto_link("Visit http://www.loudthinking.com/ or e-mail david@loudthinking.com", :urls)
# # => "Visit <a href=\"http://www.loudthinking.com/\">http://www.loudthinking.com/</a>