nettoyage d'espaces

This commit is contained in:
Fred Tempez 2020-08-11 18:10:53 +02:00
parent 87b19c913a
commit fd633ccfd2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
]); ?>
<?php elseif($input['type'] === $module::TYPE_CHECKBOX): ?>
<?php echo template::checkbox('formInput[' . $index . ']', true, $input['name']
); ?>
); ?>
<?php elseif($input['type'] === $module::TYPE_LABEL): ?>
<h3 class='formLabel'>
<?php echo $input['name']; ?>