FIx for HTML typo MDL-9222

This commit is contained in:
moodler
2007-08-01 05:10:54 +00:00
parent 6e0c3e4e4d
commit 5aada1957d
+1 -1
View File
@@ -2072,7 +2072,7 @@ function grade_view_all_grades($view_by_student) { // if mode=='grade' then we a
$header = '<tr><th rowspan="2" scope="col">'.$student_heading_link.'</th>';
}
else {
$header = '</tr>';
$header = '<tr>';
}
$header1 = '<tr>';