]> git.mjollnir.org Git - moodle.git/commitdiff
putting a clear div
authortoyomoyo <toyomoyo>
Mon, 16 Jul 2007 06:10:50 +0000 (06:10 +0000)
committertoyomoyo <toyomoyo>
Mon, 16 Jul 2007 06:10:50 +0000 (06:10 +0000)
grade/report/grader/index.php

index 5214f6db0827dd0a2c742ea2da29d41b1b325f7d..dd4f3a28bfc7cb1eb4e14b3c15394f323869a35a 100644 (file)
@@ -58,6 +58,9 @@ $currenttab = 'graderreport';
 include('tabs.php');
 
 echo $report->group_selector;
+
+echo '<div class="clearer"></div>';
+
 echo $report->get_toggles_html();
 print_paging_bar($numusers, $report->page, $report->get_pref('studentsperpage'), $report->pbarurl);