Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5.4, 1.6.2, 1.7.1, 1.8
-
Component/s: Gradebook
-
Labels:None
-
Environment:any
-
Affected Branches:MOODLE_15_STABLE, MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
-
Fixed Branches:MOODLE_17_STABLE, MOODLE_18_STABLE
Description
There is an obvious and trivial html typo in grade/lib.php. The fix is:
— ../moodle18/grade/lib.php Tue Mar 13 11:24:45 2007
+++ grade/lib.php Thu Apr 5 20:00:23 2007
@@ -2085,11 +2085,11 @@
$student_heading_link .= '<br /><a href="?id='.$course->id.'&&action=grades"><font size="-2">'.get_string('showallstudents','grades').'</font></a>';
}
$header = '<tr><th rowspan="2" scope="col">'.$student_heading_link.'</th>';
}
else
$header1 = '<tr>';
$rowcount = 0;
$oddrow = true;