diff --git a/course/scales.php b/course/scales.php index c4396053f3e..9b4de5daa39 100644 --- a/course/scales.php +++ b/course/scales.php @@ -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);