Version matrix
Signed-off-by: Eike Stepper <stepper@esc-net.de>
diff --git a/downloads/versions.php b/downloads/versions.php
index e41d20a..5f3da7b 100644
--- a/downloads/versions.php
+++ b/downloads/versions.php
@@ -102,7 +102,7 @@
$href .= "&sb=$selectedBundle";
}
- print " <th><h3><a href=\"$href\">CDO $label</a></h3></th>\n";
+ print " <th><h3><a href=\"$href\" title=\"Highlight\">CDO $label</a></h3></th>\n";
}
print " </tr>\n";
@@ -127,7 +127,7 @@
}
print " <tr>\n";
- print " <th scope=\"row\"$clazz><a href=\"$href\">$bundle</a></th>\n";
+ print " <th scope=\"row\"$clazz><a href=\"$href\" title=\"Highlight\">$bundle</a></th>\n";
foreach ($releases as $release => $info)
{