Merge branch 'MDL-38277_m28' of https://github.com/sbourget/moodle into MOODLE_28_STABLE
This commit is contained in:
+2
-2
@@ -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 ("*", "*", "*", "*");
|
||||
|
||||
Reference in New Issue
Block a user