made table header more conforming to W3C standards
Jens Kubieziel

Jens Kubieziel commited on 2006-01-06 00:16:50
Zeige 2 geänderte Dateien mit 10 Einfügungen und 6 Löschungen.

... ...
@@ -34,11 +34,13 @@ Sicherheitswarnungen und neue stabile Versionen informiert zu werden
34 34
 </form>
35 35
 
36 36
 <table border="1" cellspacing="0" cellpadding="2">
37
+<thead>
37 38
 <tr>
38
-<thead>Plattform</thead>
39
-<thead>Paket</thead>
40
-<thead>Informationen zum Setup</thead>
39
+<th>Plattform</th>
40
+<th>Paket</th>
41
+<th>Informationen zum Setup</th>
41 42
 </tr>
43
+</thead>
42 44
 
43 45
 <tr>
44 46
 <td>Windows</td>
... ...
@@ -33,11 +33,13 @@ need to confirm via email):
33 33
 </p>
34 34
 
35 35
 <table border="1" cellspacing="0" cellpadding="2">
36
+<thead>
36 37
 <tr>
37
-<td><strong>Platform</strong></td>
38
-<td><strong>Package</strong></td>
39
-<td><strong>Setup info</strong></td>
38
+<th>Platform</th>
39
+<th>Package</th>
40
+<th>Setup info</th>
40 41
 </tr>
42
+</thead>
41 43
 
42 44
 <tr>
43 45
 <td>Windows</td>
44 46