Commit 070c7e3c authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

typos

parent cbe14ade
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ $nbElements = count($elements);
                            <td> <?php echo number_format($ratio, 2, ","); ?>%</td>
                        </tr>
                        <tr>
                            <th> Sans réponses</th>
                            <th> Sans réponse</th>
                            <?php
                            $count = $nbElements - count($counts[$question->getId()]["avec"]) - count($counts[$question->getId()]["sans"]);
                            $ratio = $count / $nbElements * 100;