|
|
@@ -104,7 +104,7 @@ $element = new Zend_Form_Element_Captcha('foo', array(
|
|
|
|
|
|
// Using both captcha and captchaOptions:
|
|
|
$element = new Zend_Form_Element_Captcha('foo', array(
|
|
|
- 'label' => "Please verify you're a human"
|
|
|
+ 'label' => "Please verify you're a human",
|
|
|
'captcha' => 'Figlet',
|
|
|
'captchaOptions' => array(
|
|
|
'captcha' => 'Figlet',
|