]> git.mjollnir.org Git - moodle.git/commitdiff
Spacers look funny on IE
authormoodler <moodler>
Mon, 21 Jul 2003 05:13:08 +0000 (05:13 +0000)
committermoodler <moodler>
Mon, 21 Jul 2003 05:13:08 +0000 (05:13 +0000)
mod/chat/view.php

index 760172701d25f44e7c5e47616a9e031d640a1474..962b941243574df88dd314c95d105f64a482a156 100644 (file)
                           "chat$course->id$chat->id", "$strenterchat", 500, 700, $strchat);
     print_simple_box_end();
 
-    print_spacer(20,20);
-
+    echo "<br />";
     print_simple_box( text_to_html($chat->intro) , "center");
+    echo "<br />";
 
     if ($chatusers = chat_get_users($chat->id)) {
         $timenow = time();
-        print_spacer(20,20);
         print_simple_box_start("center");
         print_heading($strcurrentusers);
         echo "<table width=\"100%\">";
         print_simple_box_end();
     }
 
-    print_spacer(50,50);
-
 
 /// Finish the page
     print_footer($course);