projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99240fb
)
Typo. Bug 2351.
author
stronk7
<stronk7>
Sat, 8 Jan 2005 10:49:38 +0000
(10:49 +0000)
committer
stronk7
<stronk7>
Sat, 8 Jan 2005 10:49:38 +0000
(10:49 +0000)
Merged from MOODLE_14_STABLE
course/scales.php
patch
|
blob
|
history
diff --git
a/course/scales.php
b/course/scales.php
index 88ff5c2129a4be71c73804a830038f4ed50ce550..df580428600b6711c148c1f743a081ad83c8bffa 100644
(file)
--- 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);