mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-47970 mod_scorm: fixed HTML5 validation error
This commit is contained in:
parent
32a69a7d7a
commit
0025296f19
@ -90,7 +90,7 @@ foreach ($scorms as $scorm) {
|
||||
$trackedusers = scorm_get_count_users($scorm->id, $scorm->groupingid);
|
||||
if ($trackedusers > 0) {
|
||||
$reportshow = html_writer::link('report.php?id='.$scorm->coursemodule,
|
||||
get_string('viewallreports', 'scorm', $trackedusers)).html_writer::end_div();
|
||||
get_string('viewallreports', 'scorm', $trackedusers));
|
||||
} else {
|
||||
$reportshow = get_string('noreports', 'scorm');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user