merged from 1.9 :: In the first table column class="header" was missing.

This commit is contained in:
urs_hunkler 2007-11-07 18:12:54 +00:00
parent 1f0e492171
commit 2eb467b3b5

View File

@ -747,7 +747,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>";