Skip to content
Snippets Groups Projects
Commit acd05d0e authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[fix] CSS class error

parent d5d13f3d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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>
......
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