QuickForm: fix layout for html notes
This commit is contained in:
parent
f76ca5fe0d
commit
ddba5c570c
|
@ -250,7 +250,7 @@ abstract class QuickForm extends Zend_Form
|
|||
$this->getElement($name)
|
||||
->setValue($html)
|
||||
->setIgnore(true)
|
||||
->removeDecorator('Label');
|
||||
->setDecorators(array('ViewHelper'));
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue