Skip to content

Commit

Permalink
Merge branch '5.13' into 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 2, 2023
2 parents 3c5843a + 3b043bf commit 58583de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Model/EditableFormField/EditableLiteralField.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ protected function updateFormField($field)
parent::updateFormField($field);

if ($this->HideLabel) {
$this->ExtraClass .= ' nolabel';
$field->addExtraClass('nolabel');
} else {
$field->setTitle($this->Title);
}
Expand Down

0 comments on commit 58583de

Please sign in to comment.