I am getting the following validation errors when using ARI Ext Menu. Any Ideas?
Line 32, Column 196: character "&" is the first character of a delimiter but occurred as data
…x-menu-init-hidden"); }; if (Ext.isIE && typeof(MooTools) != "undefined" && ty…
✉
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.
Line 32, Column 197: character "&" is the first character of a delimiter but occurred as data
…-menu-init-hidden"); }; if (Ext.isIE && typeof(MooTools) != "undefined" && typ…
✉
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.
Line 32, Column 231: character "&" is the first character of a delimiter but occurred as data
…IE && typeof(MooTools) != "undefined" && typeof(MooTools.More) != "undefined")…
✉
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.
Line 32, Column 232: character "&" is the first character of a delimiter but occurred as data
…E && typeof(MooTools) != "undefined" && typeof(MooTools.More) != "undefined") …
✉
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.
Line 104, Column 12: character "&" is the first character of a delimiter but occurred as data
Shows & Events <span class="ux-menu-arrow"></span>
✉
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.
Line 32, Column 196: xmlParseEntityRef: no name
…x-menu-init-hidden"); }; if (Ext.isIE && typeof(MooTools) != "undefined" && ty…
✉
Line 32, Column 197: xmlParseEntityRef: no name
…-menu-init-hidden"); }; if (Ext.isIE && typeof(MooTools) != "undefined" && typ…
✉
Line 32, Column 231: xmlParseEntityRef: no name
…IE && typeof(MooTools) != "undefined" && typeof(MooTools.More) != "undefined")…
✉
Line 32, Column 232: xmlParseEntityRef: no name
…E && typeof(MooTools) != "undefined" && typeof(MooTools.More) != "undefined") …
✉
Line 104, Column 12: xmlParseEntityRef: no name
Shows & Events <span class="ux-menu-arrow"></span>
|