ZF-11225: Make escaping label optional in FormErrors form decorator
Description
it will be really nice to have this property available to set in decorators in form
something like it is in element decorators, where i can have array('Label', array('tag' => 'th', 'escape' => false)),
and it will be look somehow like here array('formErrors', array('placement' => 'PREPEND','escape' => false))
now its in Zend_Form_Decorator_FormErrors on line 422 set hardcoded, thanks
Comments
Posted by Frank Brückner (frosch) on 2012-05-11T15:42:30.000+0000
Patch and unit tests added.
Posted by Adam Lundrigan (adamlundrigan) on 2012-06-02T02:10:11.000+0000
Fixed in trunk (1.12.0): r24869