ZF-3832: Form decorator produces invalid HTML
Description
The Form decorator outputs an empty id attribute if no id set which is invalid under XHTML 1.0 Strict.
The Form decorator outputs an empty id attribute if no id set which is invalid under XHTML 1.0 Strict.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T08:20:51.000+0000
Resolved in trunk and 1.6 release branch.
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:50.000+0000
Updating for the 1.6.0 release.