removed spurious empty line at start of sections

This commit is contained in:
gustav_delius 2004-09-30 18:43:24 +00:00
parent 8347b5628a
commit eab617f96c
3 changed files with 0 additions and 11 deletions

View File

@ -111,8 +111,6 @@
" height=\"11\" width=\"11\" border=\"0\" alt=\"$streditsummary\" /></a><br />";
}
echo '<br clear="all" />';
print_section($course, $thissection, $mods, $modnamesused);
if (isediting($course->id)) {
@ -202,8 +200,6 @@
"<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)) {

View File

@ -100,8 +100,6 @@
" border=\"0\" alt=\"$streditsummary\" /></a><br />";
}
echo '<br clear="all" />';
print_section($course, $thissection, $mods, $modnamesused);
if (isediting($course->id)) {
@ -195,8 +193,6 @@
"<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)) {

View File

@ -195,8 +195,6 @@
" 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);
@ -280,4 +278,3 @@
</table>
<?PHP print_footer('home'); // Please do not modify this line ?>