diff --git a/canapEPFL/templates/formParts/edit/annexes.php b/canapEPFL/templates/formParts/edit/annexes.php
index f0ced72de84d481f65e0add7c49f3a5e328b690d..7f5fd130ef53cb45170ac8a94aa11b5f8fe8f238 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 4bb0d2291030af008070984418c4d6f2b582d18d..8622968d76274d4a7b2272ed43368a333ab806bf 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>