Ticket #307 (closed Enhancement: fixed)

Opened 5 months ago

Last modified 5 months ago

validation html tests.launch.php

Reported by: olivier.smedts@cemagref.fr Assigned to:
Priority: Minor Milestone:
Component: Module Version:
Keywords: Cc:

Description

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>

Attachments

Change History

06/20/08 16:49:18 changed by bricef

  • status changed from new to closed.
  • resolution set to fixed.

Corrigé par r2634 merci du retour.


Add/Change #307 (validation html tests.launch.php)




Action