git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16123 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -595,6 +595,6 @@ class Zend_Captcha_Image extends Zend_Captcha_Word
*/
public function render(Zend_View_Interface $view = null, $element = null)
{
- return '<img alt="'.$this->getImgAlt().'" src="' . $this->getImgUrl() . $this->getId() . $this->getSuffix() . '"/><br/>';
+ return '<img width="'.$this->getWidth().'" height="'.$this->getHeight().'" alt="'.$this->getImgAlt().'" src="' . $this->getImgUrl() . $this->getId() . $this->getSuffix() . '"/><br/>';
}