I've got this warning in b2:
"This document contains 1 CDATA section. Using CDATA sections is not recommended due to poor browser support (even some newer browsers fail to properly support it) and due to other complications. AI Internet Solutions recommends avoiding CDATA sections if possible or commenting them out (for example, using "//<![CDATA[" and "//]]>" in a "script" element)."
... but there's no line number listed and when I click on the error, it doesn't point to the line in error (line22), like the other errors.
Document is xhtml strict and the offending script looks like this:
<script type="text/javascript">
//<![CDATA[
...
...
//]]>
</script>



