From 81c7ef5adab22b4060f7a5c06073bd59dbf9662b Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 26 Apr 2006 00:09:00 +0000 Subject: [PATCH] Supresing footer() output in this page because it continues causing 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/resource/type/ims/resource.class.php b/mod/resource/type/ims/resource.class.php index 9a04e03dc3..f6a8fe1926 100644 --- a/mod/resource/type/ims/resource.class.php +++ b/mod/resource/type/ims/resource.class.php @@ -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 ""; - print_footer(); + /// print_footer(); + echo ""; /// log it. add_to_log($course->id, "resource", "view", "view.php?id={$cm->id}", $resource->id, $cm->id); -- 2.39.5