ZF-3730: <form> should not render id attribute if ID is not present (invalid XHTML)
Description
There is no reason why every
<
form> should have own unique ID
If I dont specify ID for Zend_Form then form is rendered as
<
form id=""> which is also XHTML invalid
Comments
Posted by Michal Vrchota (techi) on 2008-07-23T17:58:56.000+0000
patch
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T06:06:15.000+0000
Scheduling for 1.6 final release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-05T09:52:20.000+0000
Already fixed in trunk and 1.6 release branch in previous round of fixes.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:11.000+0000
Updating for the 1.6.0 release.