Merge branch 'MDL-38277_m28' of https://github.com/sbourget/moodle into MOODLE_28_STABLE

This commit is contained in:
Andrew Nicols
2015-01-20 12:44:40 +08:00
+2 -2
View File
@@ -198,8 +198,8 @@ function lesson_user_complete($course, $user, $mod, $lesson) {
"retry, timeseen")) {
echo $OUTPUT->box_start();
$table = new html_table();
$table->head = array (get_string("attempt", "lesson"), get_string("numberofpagesviewed", "lesson"),
get_string("numberofcorrectanswers", "lesson"), get_string("time"));
$table->head = array (get_string("attempt", "lesson", ""), get_string("numberofpagesviewed", "lesson", ""),
get_string("numberofcorrectanswers", "lesson", ""), get_string("time"));
$table->width = "100%";
$table->align = array ("center", "center", "center", "center");
$table->size = array ("*", "*", "*", "*");