Docfix (closes #10493)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8424 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2007-12-16 23:59:23 +00:00
parent 1aa456d26f
commit c92a7cea05

View File

@@ -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>