Active
Project:
Facebook OAuth (FBOAuth)
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2012 at 23:24 UTC
Updated:
9 Jan 2015 at 21:45 UTC
Jump to comment: Most recent
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">
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
Comment #1
quicksketchThanks 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.
Comment #2
asistentweb commentedThis 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!
Comment #2.0
asistentweb commentedremoved my website`s link and replaced it with site.com
Comment #3
Collins405 commentedI 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.