mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
grader preport: XHTML strict
This commit is contained in:
parent
8a097f5874
commit
adf541d99a
@ -757,7 +757,7 @@ class grade_report_grader extends grade_report {
|
||||
|
||||
if ($showuseridnumber) {
|
||||
$studentshtml .= '<th class="c'.$columncount++.' useridnumber" onclick="set_row(this.parentNode.rowIndex);">'.
|
||||
$user->idnumber.'</a></th>';
|
||||
$user->idnumber.'</th>';
|
||||
}
|
||||
|
||||
}
|
||||
@ -1179,7 +1179,7 @@ class grade_report_grader extends grade_report {
|
||||
if ($this->get_pref('showuseridnumber')) {
|
||||
$colspan = 'colspan="2" ';
|
||||
}
|
||||
$avghtml .= '<th class="header c0 range "'.$colspan.' scope="row">'.$straverage.'</th>';
|
||||
$avghtml .= '<th class="header c0 range" '.$colspan.' scope="row">'.$straverage.'</th>';
|
||||
}
|
||||
|
||||
foreach ($this->gtree->items as $itemid=>$unused) {
|
||||
@ -1269,7 +1269,7 @@ class grade_report_grader extends grade_report {
|
||||
if ($this->get_pref('showuseridnumber')) {
|
||||
$colspan = 'colspan="2" ';
|
||||
}
|
||||
$rangehtml .= '<th class="header c0 range "'.$colspan.' scope="row">'.$this->get_lang_string('range','grades').'</th>';
|
||||
$rangehtml .= '<th class="header c0 range" '.$colspan.' scope="row">'.$this->get_lang_string('range','grades').'</th>';
|
||||
}
|
||||
|
||||
foreach ($this->gtree->items as $itemid=>$unused) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user