|
|
@@ -265,7 +265,7 @@ class Zend_Form_Element_Captcha extends Zend_Form_Element_Xhtml
|
|
|
if (empty($decorators)) {
|
|
|
$this->addDecorator('Errors')
|
|
|
->addDecorator('Description', array('tag' => 'p', 'class' => 'description'))
|
|
|
- ->addDecorator('HtmlTag', array('tag' => 'dd'))
|
|
|
+ ->addDecorator('HtmlTag', array('tag' => 'dd', 'id' => $this->getName() . '-element'))
|
|
|
->addDecorator('Label', array('tag' => 'dt'));
|
|
|
}
|
|
|
}
|