ZF-3728: Fieldset decorator has to ignore enctype of mother <form>
Description
If you set attrib enctype for Zend_Form,
<
fieldset> will render with enctype too, which is xhtml incorrect. Solution is easy, just add 'enctype' into $stripAttribs array in Zend/Form/Decorator/Fieldset.php
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-04T06:06:54.000+0000
Scheduling for next minor release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-05T09:58:07.000+0000
Fixed in trunk in r10687 and in 1.6 release branch in r10688
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:32.000+0000
Updating for the 1.6.0 release.