MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe vs object in IE - further tweaking of this.

This commit is contained in:
Piers Harding
2010-05-23 04:50:02 +00:00
parent 2a2c5eff06
commit 45b7e14fdc
+2 -2
View File
@@ -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 {