From 2ea8fe3e5756476005cc9d0e1ddfc6e01e1f4772 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 8 Jan 2005 10:47:00 +0000 Subject: [PATCH] Typo. Bug 2351. --- course/scales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);