On Thu, Dec 11, 2003 at 06:11:44PM -0800, loadquo at ziplip.com wrote: > I have been trying to fix the linkify bug in the auto_format section. > > I think that all that needs to be done is to change > > Line 868 of Utility.pm > From > s#([^\x00]|^)($url_regex)(?=[.!?_*=]?[\s\n<()\[\]{}\x01\x02]|$)#$1<a href="$2">$2</a>#gmio; > > To > s#([^\x00]|^)($url_regex)(?=[.!?_*=](?!>)?[\s\n<()\[\]{}\x01\x02]|$)#$1<a href="$2">$2</a>#gmio; I've tested this fix on my site, and it appears to work, so I've checked it in to CVS. -- http://www.hulver.com/scoop/ Hulver's site. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.kuro5hin.org/pipermail/scoop-dev/attachments/20031213/3c1f9e91/attachment.bin