From 98ac187b1ac367c968c2a19f423ca12553d42ada Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 27 Nov 2007 10:31:50 +0000 Subject: [PATCH] MDL-12098 Printing a closing div tag and the moodle footer --- mod/resource/type/file/resource.class.php | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.5