From: nicolasconnault Date: Tue, 27 Nov 2007 10:31:50 +0000 (+0000) Subject: MDL-12098 Printing a closing div tag and the moodle footer X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=98ac187b1ac367c968c2a19f423ca12553d42ada;p=moodle.git MDL-12098 Printing a closing div tag and the moodle footer --- diff --git a/mod/resource/type/file/resource.class.php b/mod/resource/type/file/resource.class.php index 3e523224af..b16c6d9961 100644 --- a/mod/resource/type/file/resource.class.php +++ b/mod/resource/type/file/resource.class.php @@ -609,6 +609,8 @@ class resource_file extends resource_base { if ($inpopup) { echo "
($strdirectlink)
"; + echo ""; // MDL-12098 + print_footer($course); // MDL-12098 } else { print_spacer(20,20); print_footer($course);