diff --git a/mod/lesson/lib.php b/mod/lesson/lib.php index a43aba0b15c..521821579a6 100644 --- a/mod/lesson/lib.php +++ b/mod/lesson/lib.php @@ -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 ("*", "*", "*", "*");