Index: library/Zend/Captcha/Image.php =================================================================== --- library/Zend/Captcha/Image.php (révision 15859) +++ library/Zend/Captcha/Image.php (copie de travail) @@ -589,6 +589,6 @@ */ public function render(Zend_View_Interface $view, $element = null) { - return ''.$this->getImgAlt().'
'; + return ''.$this->getImgAlt().'
'; } }