Skip to content

Commit

Permalink
Typo. Bug 2351.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 8, 2005
1 parent 5f09a18 commit 2ea8fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/scales.php
Expand Up @@ -472,7 +472,7 @@
}
$head = $strscale.",".$stractivities.",".$strtype.",".$stroptions;
$table->head = explode(",",$head);
$size = "50%,20$,20%,10%";
$size = "50%,20%,20%,10%";
$table->size = explode(",",$size);
$align = "left,center,center,center";
$table->align = explode(",",$align);
Expand Down

0 comments on commit 2ea8fe3

Please sign in to comment.