]> git.mjollnir.org Git - moodle.git/commitdiff
adding a <br/> to offset the group selector's float left
authortoyomoyo <toyomoyo>
Thu, 12 Jul 2007 06:59:00 +0000 (06:59 +0000)
committertoyomoyo <toyomoyo>
Thu, 12 Jul 2007 06:59:00 +0000 (06:59 +0000)
grade/report/grader/index.php

index 686a05e98cd4085eaae758af3981df384397bca1..295405d11d6233a91874cfd0351a76255d3471dc 100644 (file)
@@ -752,6 +752,8 @@ if ($showscales) {
     $scalehtml .= '</tr>';
 }
 
+echo "<br/>";
+
 $reporthtml = "<table class=\"boxaligncenter\">$headerhtml";
 $reporthtml .= $scalehtml;
 $reporthtml .= $studentshtml;