Merge branch '5.3'

This commit is contained in:
Robbie Averill 2018-11-07 16:45:57 +02:00
commit 3a440472e8

View File

@ -772,7 +772,7 @@ class EditableFormField extends DataObject
}
// if this field has a placeholder
if ($this->Placeholder) {
if (strlen($this->Placeholder) >= 0) {
$field->setAttribute('placeholder', $this->Placeholder);
}
}