ZF-3477: FormErrors view helper has the class attribute hard coded
Description
FormErrors view helper has the class attribute hard coded thus setting the class attribute result in duplicate class attributes which is invalid.
FormErrors view helper has the class attribute hard coded thus setting the class attribute result in duplicate class attributes which is invalid.
Comments
Posted by Jean-Marc Fontaine (jmf) on 2008-06-18T09:14:31.000+0000
This patch only sets the class attributes to "errors" if is has not been set before.
Posted by Matthew Weier O'Phinney (matthew) on 2008-07-23T13:19:45.000+0000
Re-opening at user's request.
Posted by Matthew Weier O'Phinney (matthew) on 2008-07-23T13:20:31.000+0000
Scheduling for next minor release.
Posted by Jean-Marc Fontaine (jmf) on 2008-07-27T10:34:46.000+0000
This is a patch for the unit test
Posted by Jon Whitcraft (sidhighwind) on 2008-10-20T15:24:44.000+0000
This was fixed with r12042
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:31.000+0000
Changing issues in preparation for the 1.7.0 release.