I keep getting 2 errors in the w3c validator:

Line 172, Column 143: & did not start a character reference. (& probably should have been escaped as &.)
…dialog/oauth?client_id=000000000&redirect_uri=http%3A//site.com...

Line 172, Column 202: & did not start a character reference. (& probably should have been escaped as &.)
…//site.com/fboauth/connect&scope=email">Only local images are allowed.

How can I fix this?
I tried looking in the module, but as I am not the most advanced at fixing stuff I am afraid not to break something.
Thank you in advance.

Comments

quicksketch’s picture

Thanks for the report. Yeah I've seen this myself before also, but with the number of times the query string is encoded, it's difficult to get the query string encoded correctly and still have it function properly. If we figure out how to get everything encoded correctly and keep the functionality working that would be great.

asistentweb’s picture

Status: Active » Closed (fixed)

This is when I am sorry I am not experienced enough to help as I would love to get involved.

Thank you for the prompt response! Have a great day!

asistentweb’s picture

Issue summary: View changes

removed my website`s link and replaced it with site.com

Collins405’s picture

Issue summary: View changes
Status: Closed (fixed) » Active

I don't understand why this was marked as fixed?

Still getting the invalid mark-up in the latest versions, I know people are aware of the problem, but I don't think this thread should be marked as fixed. I will look into this a bit more.