]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: In the first table column class="header" was missing.
authorurs_hunkler <urs_hunkler>
Wed, 7 Nov 2007 18:12:54 +0000 (18:12 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 7 Nov 2007 18:12:54 +0000 (18:12 +0000)
files/index.php

index daa54763f0a4ee3dad0974d15514d00b894c91df..aa197413ec52e434b366f6b4ae0afebbc2f11696 100644 (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>";