]> git.mjollnir.org Git - moodle.git/commitdiff
removed spurious empty line at start of sections
authorgustav_delius <gustav_delius>
Thu, 30 Sep 2004 18:43:24 +0000 (18:43 +0000)
committergustav_delius <gustav_delius>
Thu, 30 Sep 2004 18:43:24 +0000 (18:43 +0000)
course/format/topics/format.php
course/format/weeks/format.php
index.php

index 431fdab8594db5ee47e7cebaf50bfeb4efe2a40a..1db06a5097cddd7e57c8fd97bae2d96e8b248a4e 100644 (file)
                  " height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br />";
         }
 
-        echo '<br clear="all" />';
-
         print_section($course, $thissection, $mods, $modnamesused);
 
         if (isediting($course->id)) {
                          "<img src=\"$CFG->pixpath/t/edit.gif\" border=\"0\" height=\"11\" width=\"11\" alt=\"\" /></a><br />";
                 }
 
-                echo '<br clear="all" />';
-
                 print_section($course, $thissection, $mods, $modnamesused);
 
                 if (isediting($course->id)) {
index 8ad895e9e8beb1eec727fcf0d945b70f0fb87590..81c6239c42ed2645642946578a7893360000ff48 100644 (file)
                  " border=\"0\" alt=\"$streditsummary\" /></a><br />";
         }
 
-        echo '<br clear="all" />';
-
         print_section($course, $thissection, $mods, $modnamesused);
 
         if (isediting($course->id)) {
                          "<img src=\"$CFG->pixpath/t/edit.gif\" height=\"11\" width=\"11\" border=\"0\" /></a><br />";
                 }
     
-                echo '<br clear="all" />';
-    
                 print_section($course, $thissection, $mods, $modnamesused);
     
                 if (isediting($course->id)) {
index 4988b9253aafb2684f8adfc8bfd8e4ac1979891d..69969413cbd939dcce04b1ad2a4099728fbffa50 100644 (file)
--- a/index.php
+++ b/index.php
                  " height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br />";
         }
 
-        echo '<br clear="all" />';
-
         get_all_mods($site->id, $mods, $modnames, $modnamesplural, $modnamesused);
         print_section($site, $section, $mods, $modnamesused, true);
 
 </table>
 
 <?PHP print_footer('home');     // Please do not modify this line ?>
-