Skip to content

Commit

Permalink
Improve classes in element
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Nov 6, 2024
1 parent e6bd998 commit 30e1a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
];
?>

<div class="fieldset-field">
<div class="fieldset-field <?= "fields-$field"?>">
<label for="<?= $field ?>"><?= $label ?></label>
<?= $isRequiredFromValidationRule ? $this->element('form/requiredSpan') : ''?>
<?= $this->Field->formField(...$formArguments) ?>
Expand Down

0 comments on commit 30e1a76

Please sign in to comment.