Moodle

trivial html typo in gradebook

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.5.4, 1.6.2, 1.7.1, 1.8
  • Fix Version/s: 1.7.3, 1.8.3
  • 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 { - $header = '</tr>'; + $header = '<tr>'; }
$header1 = '<tr>';

$rowcount = 0;
$oddrow = true;

Activity

Hide
Martin Dougiamas added a comment -

Thanks! fixed in CVS.

Show
Martin Dougiamas added a comment - Thanks! fixed in CVS.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: