Hi Guys,
I have a fresh install of Penguin 1.8 on 1.6 but when I go to W3C to validate it I get two warnings and two errors that seem to relate to FB connect, I have tried to disable this plugin and have disabled nearly all mods however I still get the errors:
Validation Output: 2 Errors
1. Warning Line 277, Column 27: character "&" is the first character of a delimiter but occurred as data
if (response.session && $gkFBLoginClicked) {
✉
This message may appear in several cases:
* You tried to include the "<" character in your page: you should escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.
2. Warning Line 277, Column 28: character "&" is the first character of a delimiter but occurred as data
if (response.session && $gkFBLoginClicked) {
✉
This message may appear in several cases:
* You tried to include the "<" character in your page: you should escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.
3. Error Line 277, Column 27: xmlParseEntityRef: no name
if (response.session && $gkFBLoginClicked) {
✉
4. Error Line 277, Column 28: xmlParseEntityRef: no name
if (response.session && $gkFBLoginClicked) {