From 4339f324524cf3d1d2ee440eb48821fdd2bb3fc4 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 11 Jun 2006 06:42:42 +0000 Subject: [PATCH] Removing hardcoded style widths and replaced with table widths, which improves page build appearance --- course/format/topics/format.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 80f2ae42454..701398bd04f 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -64,7 +64,7 @@ /// The left column ... if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { - echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT); echo ''; } @@ -257,7 +257,7 @@ // The right column if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) { - echo ''; + echo ''; blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); echo ''; }