Facebook plugin - validation

Hi Guys,

When I use a HTML validating service, I got the following error.  Should I do anything about it?

            Line 33, Column 79: & did not start a character reference. (& probably should have been escaped as &.)
            
            …dialog/oauth?client_id=XXXXXXX&redirect_uri=http%3A%2F%2FXXXXX%2Fu…
            
            
            Error Line 33, Column 151: & did not start a character reference. (& probably should have been escaped as &.)
            
            …ect_uri=http%3A%2F%XXXXX%2Fuser-login.php%3Faction%3DfbLogin&scope=email"

Cheers,

Tim (toledoh.com.au)

Hi Tim,

I've done some local testing, and the only character you can use in a URL string is the & symbol for passing variables, so I don't think there is anything you can do about it.

It looks as if your HTML validating service thinks the text is not in a link, and that the & character is going to be used to declare a html special character like   . Are there any other errors before these that could cause the validating service to think that? 

Thanks

Greg

Greg Thomas







PHP Programmer - interactivetools.com

That's fixed it Dave - thanks!

Cheers,

Tim (toledoh.com.au)