Skip to content

Commit

Permalink
fix(form): missinb closing tag
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Oct 20, 2020
1 parent d2fd6fa commit 636d674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,7 @@ public function displayUserForm() {
echo '<div class="form-group required liste" id="form-validator">';
echo '<label>' . __('Choose a validator', 'formcreator') . ' <span class="red">*</span></label>';
Dropdown::showFromArray('formcreator_validator', $validators);
echo '</div>';
}
}

Expand Down

0 comments on commit 636d674

Please sign in to comment.