ZF-2655: Zend_View_Helper_FormImage creates an <image /> tag instead of <img />
Description
Line 73 of Zend_View_Helper_FormImage should create an tag rather than an tag. This will only display if the disabled attribute is set.
Line 73 of Zend_View_Helper_FormImage should create an tag rather than an tag. This will only display if the disabled attribute is set.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-03-06T09:44:23.000+0000
Scheduling for 1.5.0RC2
Posted by Matthew Weier O'Phinney (matthew) on 2008-03-06T16:19:07.000+0000
formImage() no longer emits an tag when the element is disabled, but instead emits a proper tag with the "disabled" attribute set.
Fixed in trunk and release branch.