]> git.mjollnir.org Git - moodle.git/commitdiff
Supresing footer() output in this page because it continues causing
authorstronk7 <stronk7>
Wed, 26 Apr 2006 00:09:00 +0000 (00:09 +0000)
committerstronk7 <stronk7>
Wed, 26 Apr 2006 00:09:00 +0000 (00:09 +0000)
important problems under Safari and I really think it isn't critical
to have it here at all costs.

mod/resource/type/ims/resource.class.php

index 9a04e03dc34726339a71516d8d161944d12fbca0..f6a8fe1926ae803ba71d27b420b6bf7db1f78eaa 100644 (file)
@@ -461,7 +461,8 @@ class resource_ims extends resource_base {
         /// Moodle footer is back! Now using the DOMContentLoaded event (see resize.js) to trigger the resize
         /// no Moodle footer (because we cannot insert there the resize script).
         /// echo "</div></div><script type=\"text/javascript\">resizeiframe($jsarg);</script></body></html>";
-            print_footer();
+        /// print_footer();
+            echo "</div></div></body></html>";
 
         /// log it.
             add_to_log($course->id, "resource", "view", "view.php?id={$cm->id}", $resource->id, $cm->id);