mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
More XHTML fixes
This commit is contained in:
parent
73a1105ba1
commit
3981ecbeaf
7 changed files with 41 additions and 29 deletions
|
@ -39,13 +39,13 @@
|
|||
|
||||
if ($course->format == "weeks") {
|
||||
$table->head = array ($strweek, $strname, $strsummary);
|
||||
$table->align = array ("CENTER", "LEFT", "LEFT");
|
||||
$table->align = array ("center", "left", "left");
|
||||
} else if ($course->format == "topics") {
|
||||
$table->head = array ($strtopic, $strname, $strsummary);
|
||||
$table->align = array ("CENTER", "LEFT", "LEFT");
|
||||
$table->align = array ("center", "left", "left");
|
||||
} else {
|
||||
$table->head = array ($strlastmodified, $strname, $strsummary);
|
||||
$table->align = array ("LEFT", "LEFT", "LEFT");
|
||||
$table->align = array ("left", "left", "left");
|
||||
}
|
||||
|
||||
$currentsection = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue