Closed (fixed)
Project:
Urlfilter
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2005 at 09:21 UTC
Updated:
3 Feb 2005 at 21:15 UTC
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
Comment #1
Steven commentedThe 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.
Comment #2
plausipo commentedIn 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.
Comment #3
(not verified) commented