From e14496ec4fa33b526725b91aaeed466f2818de43 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 26 Mar 2005 07:18:22 +0000 Subject: [PATCH] No cell spacing --- course/format/social/format.php | 2 +- course/format/topics/format.php | 2 +- course/format/weeks/format.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/course/format/social/format.php b/course/format/social/format.php index 0a2398601d7..7cf3f2b84b7 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -21,7 +21,7 @@ $strgroupmy = get_string('groupmy'); $editing = $PAGE->user_is_editing(); - echo ''; + echo '
'; echo ''; if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { diff --git a/course/format/topics/format.php b/course/format/topics/format.php index ece13953549..5755cac1788 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -59,7 +59,7 @@ /// Layout the whole page as three big columns. - echo '
'; + echo '
'; /// The left column ... diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 1cca2cef8b1..7f1e9adbe43 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -50,7 +50,7 @@ /// Layout the whole page as three big columns. - echo '
'; + echo '
'; /// The left column ...