Error found while checking document as XHTML 1.0 Strict
-
Hi,
when I check site’s pages with W3C validator, the result is 1 error found in the plugin’s WP ACCESSIBILITY code.
I found the error in the file “wp-accessibility/wp-accessibility.php”.
The wrong code is:
script>
//<![CDATA[
(function( $ ) { ‘use strict’;
$skiplinks_js
$targets
$lang_js
$tabindex
$underlines
}(jQuery));
//]]>
</script>”;and it must be so
<script type=’text/javascript’>
//<![CDATA[
(function( $ ) { ‘use strict’;
$skiplinks_js
$targets
$lang_js
$tabindex
$underlines
}(jQuery));
//]]>
</script>”;I’m not an expert of PHP language and I hope that my english is understandable.
Thanks and greetings.Luisa Bossi
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Error found while checking document as XHTML 1.0 Strict’ is closed to new replies.