W3C Issue
-
Basically after using “HTML Tidy/HTML Validator” a Firefox Mozilla plugin, I noticed that there is a small issue. Apparently you must use src attribute when using the charset attribute on a script tag. Since your not using the src attrbute can you please remove the charset attribute.
So:
$widget =”<script charset=\”utf-8\” type=\”text/javascript\”>var switchTo5x=true;</script>”;
should be:
$widget =”<script type=\”text/javascript\”>var switchTo5x=true;</script>”;
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘W3C Issue’ is closed to new replies.