Commit 589a45a29001fbc9f17fd57d8f87f4628fc0ce0b

Authored by grouille
1 parent a863d561

Test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
site/formInscription.php
... ... @@ -29,7 +29,7 @@ $groupes = getGroupes();
29 29 foreach($groupes as $groupe)
30 30 {
31 31 ?>
32   - <option value="<php echo $groupe['id'];?>">$groupe['nom']</option>
  32 + <option value="<php echo $groupe['id'];?>"><?php echo $groupe['nom'];?></option>
33 33 <?php
34 34 }
35 35 ?>
... ...