From: toyomoyo Date: Thu, 12 Jul 2007 06:59:00 +0000 (+0000) Subject: adding a
to offset the group selector's float left X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=15a11fe3aaf8c8ae8c3311c85bdf5d4a25840807;p=moodle.git adding a
to offset the group selector's float left --- diff --git a/grade/report/grader/index.php b/grade/report/grader/index.php index 686a05e98c..295405d11d 100644 --- a/grade/report/grader/index.php +++ b/grade/report/grader/index.php @@ -752,6 +752,8 @@ if ($showscales) { $scalehtml .= ''; } +echo "
"; + $reporthtml = "$headerhtml"; $reporthtml .= $scalehtml; $reporthtml .= $studentshtml;