From 41f3270dabe25450b250dfd442dd50f9428f3c2a Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Sat, 8 Jan 2005 10:49:38 +0000
Subject: [PATCH] Typo. Bug 2351.

Merged from MOODLE_14_STABLE
---
 course/scales.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/course/scales.php b/course/scales.php
index 88ff5c2129..df58042860 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);
-- 
2.39.5