In the first table column class="header" was missing.

This commit is contained in:
urs_hunkler
2007-11-07 18:08:00 +00:00
parent c5edbc12e8
commit db6988d87f
+1 -1
View File
@@ -734,7 +734,7 @@ function displaydir ($wdir) {
echo "<hr/>";
echo "<table border=\"0\" cellspacing=\"2\" cellpadding=\"2\" width=\"640\" class=\"files\">";
echo "<tr>";
echo "<th scope=\"col\"></th>";
echo "<th class=\"header\" scope=\"col\"></th>";
echo "<th class=\"header name\" scope=\"col\">$strname</th>";
echo "<th class=\"header size\" scope=\"col\">$strsize</th>";
echo "<th class=\"header date\" scope=\"col\">$strmodified</th>";