Hi, ActionView::Helpers::TextHelper#autolink does not handle certain mailto: links properly. Assume the following html: <a href="mailto:david@loudthinking.com">Mail me</a> When running this html through autolink, it should not alter the html. However it is transformed to: <a href="mailto:<a href="david@loudthinking.com">david@loudthinking.com</a>">Mail me</a> I have created a ticket and added a patch: http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1862-running-autolink-on-text-containing-a-mailto-link-breaks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---