From: stronk7 Date: Wed, 26 Apr 2006 00:09:00 +0000 (+0000) Subject: Supresing footer() output in this page because it continues causing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=81c7ef5adab22b4060f7a5c06073bd59dbf9662b;p=moodle.git 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. --- 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);