From 66e294019ec7efc7ad8153234d37b58d068bd58d Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Fri, 31 Aug 2007 19:05:26 +0000 Subject: [PATCH] merged from 1.8 - corrected right column - had id "left-column" --- admin/stickyblocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5