• Does not validate…

    aioseop.class.php

    Line 436
    var result = (ele.getAttribute && ele.getAttribute(attr)) || null;
    Line 440
    for(var i = 0; i < length; i++)
    Line 448
    for (var x=0; x < links.length; x++) {

Viewing 1 replies (of 1 total)
  • Thread Starter dr.user

    (@druser)

    If you want to resolve this you can do the following:

    Add CDATA tags like so.

    <script>
    //<![CDATA[
    SCRIPT CODE
    //]]>
    </script>

Viewing 1 replies (of 1 total)
  • The topic ‘Validation’ is closed to new replies.