Forum Moderators: open
if(($.browser.msie)&(parseInt($.browser.version)<7)){
It's failing with the & and the < with the following:
Warning Line 62, Column 24: character "&" is the first character of a delimiter but occurred as data
Warning Line 62, Column 53: character "<" is the first character of a delimiter but occurred as data
Error Line 62, Column 24: XML Parsing Error: xmlParseEntityRef: no name
Error Line 62, Column 53: XML Parsing Error: StartTag: invalid element name
Any idea on how I can resolve this issue so it passes - it's a bit frustrating as it's the only thing I'm having trouble with.
<script type="text/javascript">
<![CDATA[
... unescaped script content ...
]]>
</script>
Source: [w3.org...]