Merge branch '5.14' into 5

This commit is contained in:
Steve Boyd 2023-02-02 16:03:12 +13:00
commit 10fc452c8d
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class EditableLiteralField extends EditableFormField
parent::updateFormField($field);
if ($this->HideLabel) {
$this->ExtraClass .= ' nolabel';
$field->addExtraClass('nolabel');
} else {
$field->setTitle($this->Title);
}