|
|
@@ -83,7 +83,7 @@ class Zend_Form_Element_File extends Zend_Form_Element_Xhtml
|
|
|
if (empty($decorators)) {
|
|
|
$this->addDecorator('File')
|
|
|
->addDecorator('Errors')
|
|
|
- ->addDecorator('Description')
|
|
|
+ ->addDecorator('Description', array('tag' => 'p', 'class' => 'description'))
|
|
|
->addDecorator('HtmlTag', array('tag' => 'dd'))
|
|
|
->addDecorator('Label', array('tag' => 'dt'));
|
|
|
}
|