From bd5c05ffa65ecfcf72e9d763036510b7d31fccda Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 21 Jul 2003 05:13:08 +0000 Subject: [PATCH] Spacers look funny on IE --- mod/chat/view.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mod/chat/view.php b/mod/chat/view.php index 760172701d..962b941243 100644 --- a/mod/chat/view.php +++ b/mod/chat/view.php @@ -86,13 +86,12 @@ "chat$course->id$chat->id", "$strenterchat", 500, 700, $strchat); print_simple_box_end(); - print_spacer(20,20); - + echo "
"; print_simple_box( text_to_html($chat->intro) , "center"); + echo "
"; if ($chatusers = chat_get_users($chat->id)) { $timenow = time(); - print_spacer(20,20); print_simple_box_start("center"); print_heading($strcurrentusers); echo ""; @@ -111,8 +110,6 @@ print_simple_box_end(); } - print_spacer(50,50); - /// Finish the page print_footer($course); -- 2.39.5