pkg-stats: fix table layout
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 11 Jan 2012 14:34:39 +0000 (15:34 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 11 Jan 2012 18:40:32 +0000 (19:40 +0100)
The "Patch count" cell needs rowspan=2, otherwise the host/target cells are
misaligned.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
support/scripts/pkg-stats

index 64aae5faed7dbd9ffc3bcb734b0dca96bd937f5f..822827455c986fae306afcf7b6c6bff1ac8d77fa 100755 (executable)
@@ -51,7 +51,7 @@ tr.correct td {
 <tr>
 <td rowspan=\"2\">Id</td>
 <td rowspan=\"2\">Package</td>
-<td>Patch count</td>
+<td rowspan=\"2\">Patch count</td>
 <td colspan=\"2\" class=\"centered\">AUTOTARGETS</td>
 <td colspan=\"2\" class=\"centered\">GENTARGETS</td>
 <td colspan=\"2\" class=\"centered\">CMAKETARGETS</td>