Juste pour faire plaisir au validateur HTML de PDT :)
Index: modules/standard/copixtest/templates/tests.launch.php
===================================================================
--- modules/standard/copixtest/templates/tests.launch.php (revision 2624)
+++ modules/standard/copixtest/templates/tests.launch.php (working copy)
@@ -8,7 +8,7 @@
<div id="CopixAjaxResults"></div>
</div>
-<script defer="1" language="Javascript">
+<script defer language="Javascript">
var linkList;
var position = 0;
var progressBar1;
@@ -141,7 +141,7 @@
<table class="CopixTable" id="TableTestsTextResults">
<thead>
<tr>
- <th>Problèmes</td>
+ <th>Problèmes</th>
</tr>
</thead>
<tbody>
@@ -155,11 +155,11 @@
<table class="CopixTable" id="TableTestsResults">
<thead>
<tr>
- <th>Nom</td>
- <th width="50">Erreur</td>
- <th width="50">Incomplet</td>
- <th width="50">Echec</td>
- <th width="50">Succès</td>
+ <th>Nom</th>
+ <th width="50">Erreur</th>
+ <th width="50">Incomplet</th>
+ <th width="50">Echec</th>
+ <th width="50">Succès</th>
</tr>
</thead>
<tbody>