Typo. Bug 2351.
authorstronk7 <stronk7>
Sat, 8 Jan 2005 10:49:38 +0000 (10:49 +0000)
committerstronk7 <stronk7>
Sat, 8 Jan 2005 10:49:38 +0000 (10:49 +0000)
Merged from MOODLE_14_STABLE

course/scales.php

index 88ff5c2129a4be71c73804a830038f4ed50ce550..df580428600b6711c148c1f743a081ad83c8bffa 100644 (file)
         }
         $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);