From: urs_hunkler Date: Wed, 18 Jul 2007 19:51:11 +0000 (+0000) Subject: corrected a wrong closing div X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=966c9a686c321557508bc0257e08a8171723bd7b;p=moodle.git corrected a wrong closing div --- diff --git a/lib/weblib.php b/lib/weblib.php index 38d05cfe9d..8ccb1ac395 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -5858,10 +5858,10 @@ function print_side_block_end($attributes = array()) { if (!empty($THEME->customcorners)) { require_once($CFG->dirroot.'/lib/custom_corners_lib.php'); print_custom_corners_end(); + } else { + echo ''; } - - echo ''; - + // IE workaround: if I do it THIS way, it works! WTF? if (!empty($CFG->allowuserblockhiding) && isset($attributes['id'])) { echo '