I am using the default NMS module, that is to say that I have made no changes to the php. When I try to validate, I get the following error.
value of attribute "disabled" cannot be "true"; must be one of "disabled" .
...="1" checked="checked" disabled="true" />The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
I'll appreciate if anyone can help.