From acd05d0e5fe3333dfcb3283a2a3c402689d9d5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com> Date: Tue, 12 Jan 2021 13:41:37 +0100 Subject: [PATCH] [fix] CSS class error --- canapEPFL/templates/formParts/edit/annexes.php | 2 +- canapEPFL/templates/formParts/new/annexes.php | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/canapEPFL/templates/formParts/edit/annexes.php b/canapEPFL/templates/formParts/edit/annexes.php index f0ced72..7f5fd13 100644 --- a/canapEPFL/templates/formParts/edit/annexes.php +++ b/canapEPFL/templates/formParts/edit/annexes.php @@ -17,7 +17,7 @@ Remplacer... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <?php } ?> </div> \ No newline at end of file diff --git a/canapEPFL/templates/formParts/new/annexes.php b/canapEPFL/templates/formParts/new/annexes.php index 4bb0d22..8622968 100644 --- a/canapEPFL/templates/formParts/new/annexes.php +++ b/canapEPFL/templates/formParts/new/annexes.php @@ -11,7 +11,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <div class="form-group"> @@ -22,7 +22,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <div class="form-group"> @@ -33,7 +33,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <div class="form-group"> @@ -44,7 +44,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <!-- / Annexes obligatoires --> <!-- Annexes spécifiques --> @@ -56,7 +56,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <div class="form-group" id="griTest"> @@ -67,7 +67,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </div> <!-- / Annexes spécifiques --> <!-- Annexes supplémentaires --> @@ -82,7 +82,7 @@ Choisir... </label> <br> - <small class="error" class="form-text text-muted"></small> + <small class="error form-text text-muted"></small> </td> </tr> </table> -- GitLab