From: urs_hunkler Date: Fri, 31 Aug 2007 19:05:26 +0000 (+0000) Subject: merged from 1.8 - corrected right column - had id "left-column" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=66e294019ec7efc7ad8153234d37b58d068bd58d;p=moodle.git merged from 1.8 - corrected right column - had id "left-column" --- diff --git a/admin/stickyblocks.php b/admin/stickyblocks.php index d13b5e2c38..45e438e337 100644 --- a/admin/stickyblocks.php +++ b/admin/stickyblocks.php @@ -82,7 +82,7 @@ if (!empty($pt)) { if (!empty($THEME->customcorners)) print_custom_corners_end(); echo ''; - echo ''; + echo ''; if (!empty($THEME->customcorners)) print_custom_corners_start(); blocks_print_group($PAGE, $blocks, BLOCK_POS_RIGHT); if (!empty($THEME->customcorners)) print_custom_corners_end();