I think there is a bug in auto_link_email_addresses, if an e-mail address is already linked. This works fine: <% p = "<a href=\"mailto:name-J0of1frlU80@public.gmane.org\">name-J0of1frlU80@public.gmane.org</a>" %> <%= auto_link(p) %> This fails: <% p = "<a href=\"mailto:name-J0of1frlU80@public.gmane.org\">Some Other Text</a>" %> <%= auto_link(p) %> And results in: <a href="mailto:<a href="mailto:rname-J0of1frlU80@public.gmane.org">name-J0of1frlU80@public.gmane.org</ a>">Some Other Text</a> Or do I overlook something? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---