mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
merged from 1.9 :: In the first table column class="header" was missing.
This commit is contained in:
parent
1f0e492171
commit
2eb467b3b5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue