Merge branch 'MDL-43018-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE

This commit is contained in:
Damyon Wiese
2013-12-02 11:23:23 +08:00
+1 -1
View File
@@ -87,7 +87,7 @@ EOD;
$compressed[] = self::js($content);
}
return implode("\n", $compressed);
return implode(";\n", $compressed);
}
/**