mirror of
https://github.com/moodle/moodle.git
synced 2025-05-04 15:27:34 +02:00
removed spurious empty line at start of sections
This commit is contained in:
parent
8347b5628a
commit
eab617f96c
@ -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)) {
|
||||
|
@ -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)) {
|
||||
|
@ -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 ?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user