2013-07-03, 02:22:16
error confirmed, i'm trying to guess how the developer tools js console work in ie. By the way, 2 errors found in edit.php, but i guess those are not relevant with the popup.
HTML1407: Invalid tag name. First character should match [a-zA-Z].
edit.php, line 96 character 35
Meta Description has 155 characters remaining
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
edit.php
where line 96 is
<option selected value="" >< No Parent ></option><option value="index" >index</option><option value=......</option> </select>
With char 35 being the white space at the start of < No Parent
HTML1407: Invalid tag name. First character should match [a-zA-Z].
edit.php, line 96 character 35
Meta Description has 155 characters remaining
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
edit.php
where line 96 is
<option selected value="" >< No Parent ></option><option value="index" >index</option><option value=......</option> </select>
With char 35 being the white space at the start of < No Parent