GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
589a45a29001fbc9f17fd57d8f87f4628fc0ce0b
Authored by
grouille
2020-04-14 19:49:02 +0200
1 parent
a863d561
Test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/formInscription.php
Inline
Side-by-side
site/formInscription.php
Wrap text
Show/Hide comments
View file @
589a45a
...
...
@@ -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
?>
...
...