diff --git a/templates.dist/fields.php b/templates.dist/fields.php index 1e5a885b0..db9bfef62 100644 --- a/templates.dist/fields.php +++ b/templates.dist/fields.php @@ -207,13 +207,13 @@ function renderFormField(string $fieldName, onOffice\WPlugin\Form $pForm, bool $ } elseif ($typeCurrentInput === FieldTypes::FIELD_TYPE_DATATYPE_TINYINT) { $output = '
'; } else {