Skip to content
Snippets Groups Projects
Commit 2650adad authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction bug

parent 534b60d2
Branches
Tags
No related merge requests found
Pipeline #24638 passed
......@@ -36,7 +36,7 @@ $reponse = explode(':::', $reponse);
</label>
<input class="form-control" type="text" name="text_complementaire_<?php echo $champ->getId() ?>"
<?php if (isset($reponse[1])): ?>
value="<?php echo trim($reponse); ?>"
value="<?php echo trim($reponse[1]); ?>"
<?php else: ?>
value=""
<?php endif; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment