Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
When using the validator tool in XHTML mode, the main "validate" method emits code like this:
function validateMyForm(form) {
if (bCancel)
return true;
else
Note the use of bare "&" characters, which is not valid XHTML.
Most web browsers will ignore this little quirk unless they are in XML parsing mode (usually enabled by setting the content-type to "application/xhtml+xml").
Here is a reference to the discussion on the user list:
http://markmail.org/thread/jtuqduopuikwtvqm