Skip to content
Snippets Groups Projects
Commit b36bf393 authored by goujonpa's avatar goujonpa
Browse files

Merge branch 'master' of gitlab.utc.fr:nf17-camp-p14/clivi

parents 0ce27fba 16483268
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
<tr>
<td><?php echo $ligne["nom"]; ?> </td>
<td><?php echo $ligne["prenom"]; ?> </td>
<td><?php echo $ligne["prix"]; ?> </td>
<td><?php echo number_format($ligne["prix"], 2, ',', ' '); ?> </td>
</tr>
<?php endforeach; ?>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment