According to the W3C validator, I am getting this error:
The
language
attribute on thescript
element is obsolete. You can safely omit it.…uage="JavaScript" src="js/gen_validatorv31.js" type="text/javascript"></script>
How do I fix this?
I checked through the script and it should not be an issue.
type="text/javascript"
is the default so you could leave that out too if you wanted. See w3.org/html/wg/drafts/html/CR/scripting-1.html#attr-script-type – Potman