QuickForm: fix layout for html notes

This commit is contained in:
Thomas Gelf 2016-03-06 00:53:55 +01:00
parent f76ca5fe0d
commit ddba5c570c
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ abstract class QuickForm extends Zend_Form
$this->getElement($name)
->setValue($html)
->setIgnore(true)
->removeDecorator('Label');
->setDecorators(array('ViewHelper'));
return $this;
}