Skip to content

Commit

Permalink
MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe…
Browse files Browse the repository at this point in the history
… vs object in IE - further tweaking of this.
  • Loading branch information
piersharding committed May 23, 2010
1 parent 2a2c5ef commit 45b7e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/scorm/player.php
Expand Up @@ -296,9 +296,9 @@
<!--[if IE]>
<iframe id="scoframe1" class="scoframe" name="scoframe1" src="<?php echo $fullurl; ?>"></iframe>
<![endif]-->
<!--[if !IE]>
<![if !IE]>
<object id="scoframe1" class="scoframe" type="text/html" data="<?php echo $fullurl; ?>"></object>
<![endif]-->
<![endif]>
<?php
$PAGE->requires->js_function_call('scorm_resize');
} else {
Expand Down

0 comments on commit 45b7e14

Please sign in to comment.