From 92d914e13d98ea4e306cf683d712254ee2f17733 Mon Sep 17 00:00:00 2001 From: Nobelium Date: Tue, 18 Mar 2014 19:40:58 +0000 Subject: [PATCH] MDL-43341 SCORM Report: spacer.gif must be managed with ->spacer --- mod/scorm/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index bd04538525d..b8f4b31e10e 100644 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -444,7 +444,7 @@ function scorm_user_complete($course, $user, $mod, $scorm) { if (($nextsco !== false) && ($sco->parent != $nextsco->parent) && (($level==0) || (($level>0) && ($nextsco->parent == $sco->identifier)))) { $sublist++; } else { - $report .= ''; + $report .= $OUTPUT->spacer(array("height" => "12", "width" => "13")); } if ($sco->launch) {