Typo. Bug 2351.

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7 2005-01-08 10:49:38 +00:00
parent 99240fb67a
commit 41f3270dab

View File

@ -472,7 +472,7 @@
} }
$head = $strscale.",".$stractivities.",".$strtype.",".$stroptions; $head = $strscale.",".$stractivities.",".$strtype.",".$stroptions;
$table->head = explode(",",$head); $table->head = explode(",",$head);
$size = "50%,20$,20%,10%"; $size = "50%,20%,20%,10%";
$table->size = explode(",",$size); $table->size = explode(",",$size);
$align = "left,center,center,center"; $align = "left,center,center,center";
$table->align = explode(",",$align); $table->align = explode(",",$align);