This project is archived and is in readonly mode.

#72 ✓resolved
Eugene Pimenov

auto_link fails to recognize urls separated by space

Reported by Eugene Pimenov | May 1st, 2008 @ 06:12 AM

>> helper.auto_link("http://test.org/ http://test.org/ http://test.org/")
=> "<a href=\"http://test.org/\">http://test.org/</a> http://test.org/ <a href=\"http://test.org/\">http://test.org/</a>"

Expected:

>> helper.auto_link("http://test.org/ http://test.org/ http://test.org/")
=> "<a href=\"http://test.org/\">http://test.org/</a> <a href=\"http://test.org/\">http://test.org/</a> <a href=\"http://test.org/\">http://test.org/</a>"

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages