ZF-3371: Label decorator's setTag() should cast empty values as null
Description
Currently, Zend_Form_Decorator_Label::setTag() casts all values passed to string. However, empty values, such as false, null, or '' should cast the value to null, thus allowing the ability to disable the tag surrounding a label.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-07-24T09:23:09.000+0000
Fixed in trunk and 1.5 and 1.6 release branches.