diff --git a/mod/scorm/player.php b/mod/scorm/player.php
index 483980dec17..91c085a3155 100755
--- a/mod/scorm/player.php
+++ b/mod/scorm/player.php
@@ -303,7 +303,7 @@
if ($result->prerequisites) {
if ($scorm->popup == 0) {
$fullurl="loadSCO.php?id=".$cm->id.$scoidstr.$modestr;
- echo " \n";
+ echo " \n";
$PAGE->requires->js_function_call('scorm_resize');
} else {
// Clean the name for the window as IE is fussy
@@ -318,8 +318,7 @@
echo html_writer::script(js_writer::function_call('scorm_openpopup', Array("loadSCO.php?id=".$cm->id.$scoidpop, $name, $scorm->options, $scorm->width, $scorm->height)));
?>