From: stronk7 Date: Mon, 3 Sep 2007 19:41:55 +0000 (+0000) Subject: Clossing the content div round corners properly. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=060323a0dd1545b5ede362643c27f1c40d99c59e;p=moodle.git Clossing the content div round corners properly. --- diff --git a/mod/resource/type/ims/resource.class.php b/mod/resource/type/ims/resource.class.php index a56f328648..19f2ec7fad 100644 --- a/mod/resource/type/ims/resource.class.php +++ b/mod/resource/type/ims/resource.class.php @@ -488,7 +488,7 @@ class resource_ims extends resource_base { /// because it's impossible to use print_footer() to print NOTHING /// Added programatic support to customcorners themes. if (!empty($THEME->customcorners)) { - print_custom_corners_end(); + print_custom_corners_end(false, 'content'); } echo ''; /// Close everything.