From 15a11fe3aaf8c8ae8c3311c85bdf5d4a25840807 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 12 Jul 2007 06:59:00 +0000 Subject: [PATCH] adding a
to offset the group selector's float left --- grade/report/grader/index.php | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5