Skip to content

Commit 636d674

Browse files
committed
fix(form): missinb closing tag
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent d2fd6fa commit 636d674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/form.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,7 @@ public function displayUserForm() {
12911291
echo '<div class="form-group required liste" id="form-validator">';
12921292
echo '<label>' . __('Choose a validator', 'formcreator') . ' <span class="red">*</span></label>';
12931293
Dropdown::showFromArray('formcreator_validator', $validators);
1294+
echo '</div>';
12941295
}
12951296
}
12961297

0 commit comments

Comments
 (0)