More XHTML fixes

This commit is contained in:
moodler 2004-10-15 12:23:43 +00:00
parent 73a1105ba1
commit 3981ecbeaf
7 changed files with 41 additions and 29 deletions

View file

@ -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 = "";