diff --git a/view/stats.php b/view/stats.php
index a021d484a7b85f74c7b1d514b634586c05d74b28..3fbd36a69106276169b5b878a06735b316f72aa6 100644
--- a/view/stats.php
+++ b/view/stats.php
@@ -8,7 +8,7 @@
       <table class="table">
         <thead>
                 <th>Nombre de client : </th>
-                <th><?php $tmp = $stats->nbClient(); $nb_formated = number_format($tmp["nb"], 2, ',', ' '); echo $nb_formated; ?></th>
+                <th><?php $tmp = $stats->nbClient(); $nb_formated = number_format($tmp["nb"]); echo $nb_formated; ?></th>
         </thead>
         <thead>
                 <th>Nombre d'employé' : </th>