On 9/28/07, Raúl Fuenzalida <[EMAIL PROTECTED]> wrote: > I've discovered that when an url address is typed without "http://", > into the comment form, roller adds > "http://webAddress.ex/blogName/entry/" before the typed url, and not > just "http://". > > I reviewed the function fixURL and it seems to be fine, then I tried > using my mind and I thought it is because of roller.
Take a look at the raw HTML (i.e. use your browser's view source option). I bet roller is outputting the exactl URL that you entered and your browser is correctly interpreting the URL as a relative URL and adding the "http://webAddress.ex/blogName/entry/" part. - Dave
