mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
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…
x
Reference in New Issue
Block a user