Re: Possible Bug

I have responded to my own query as I think I have worked it out.

Neither the favelets that are around OR Checky escape the URL, when it appears that they should.

The standard favelet is:

javascript:void(document.location='http://validator.w3.org/check?uri='+document.location)

but it should be:

javascript:void(document.location='http://validator.w3.org/check?uri='+escape(document.location))

to work correctly.

Comments?

Richard

Received on Monday, 31 March 2003 20:33:47 UTC