Only the last link is being replaced with a href;

If I enter this into a node :

http://test1.com
mailto://me@mail.com
http://test2.com

Only test2 will be clickable.
..and with this :

http://test1.com
http://test2.com
mailto://me@mail.com

Only the mailto s clickable.

I'm using ubuntu with apache2 and php v4.3.8.

Thanks

Comments

Steven’s picture

The issue description itself shows that the bug does not happen on Drupal.org, which runs the same version. Most likely this is the result of a filter order conflict.

plausipo’s picture

In administer/input formats/configure/rearrange filters, put URLfilter's weight, say, to "0", to be lighter than other filters.
I think that's what Steven meant.
I tried it and it works.
Thanks Steven.

Anonymous’s picture