mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
merged from 1.9 :: In the first table column class="header" was missing.
This commit is contained in:
parent
1f0e492171
commit
2eb467b3b5
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user