Grabbed function from most recent code in SVN. Expected to see full link;
what is produced is a link of everything before the tilde. Services like
Blip.fm use tildes in their URLs (for some reason...).
Very simple fix is to update Line 360 to:
return s.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=~]+/g,
function(m) {
Or, just add a ~ into the regex match pattern...
Original issue reported on code.google.com by djmike...@gmail.com on 23 Jul 2009 at 2:48
Original issue reported on code.google.com by
djmike...@gmail.com
on 23 Jul 2009 at 2:48