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

Correction orthographique

parent 680ac1d0
No related branches found
No related tags found
No related merge requests found
Pipeline #24815 passed
......@@ -10,8 +10,8 @@ use UnicaenAutoform\Entity\Db\Champ;
<strong><?php echo $champ->getLibelle(); ?>&nbsp;:</strong><br>
<?php if (isset($data[0])) : ?>
<?php echo "Réponse sélectionner : ". $data[0]; ?>
<?php echo "Réponse sélectionnée : ". $data[0]; ?>
<?php if (isset($data[1])) : ?>
<br><?php echo 'complément de réponse : '.$data[1]; ?>
<br><?php echo 'Complément de réponse : '.$data[1]; ?>
<?php endif; ?>
<?php endif; ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment