Skip to content

Commit

Permalink
merged from 1.8 :: In the first table column class="header" was missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Nov 7, 2007
1 parent 366c498 commit 41b08f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>";
Expand Down

0 comments on commit 41b08f2

Please sign in to comment.