diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php
index fbcfaeb78d..e2f96b7db3 100644
--- a/main/newscorm/lp_view.php
+++ b/main/newscorm/lp_view.php
@@ -129,7 +129,7 @@ if($_SESSION['oLP']->mode == 'fullscreen'){
@import "scorm.css";
/*]]>*/
';
- $htmlHeadXtra[] = "";
+ $htmlHeadXtra[] = "";
include_once('../inc/reduced_header.inc.php');
//set flag to ensure lp_header.php is loaded by this script (flag is unset in lp_header.php)
$_SESSION['loaded_lp_view'] = true;
diff --git a/main/newscorm/scorm_api.php b/main/newscorm/scorm_api.php
index 4eedd3f158..a2abae8c97 100644
--- a/main/newscorm/scorm_api.php
+++ b/main/newscorm/scorm_api.php
@@ -875,7 +875,7 @@ function switch_item(current_item, next_item){
if(!cont_f){
logit_lms('In switch - content frame not found',0);
mode = 'fullscreen'){ ?>
- cont_f = window.open(''+mysrc,'content_name','toolbar=0,location=0,status=0');
+ cont_f = window.open(''+mysrc,'content_name','toolbar=0,location=0,status=0,scrollbars=1');
return false;