Skip to content

Commit

Permalink
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 5, 2009
1 parent 0287b9a commit eeeb388
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions grade/report/grader/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -924,11 +924,6 @@ public function get_studentshtml() {
} else {
$studentshtml .= '<span class="gradevalue'.$hidden.$gradepass.'">'.grade_format_gradevalue($gradeval, $item, true, $gradedisplaytype, null).'</span>';
}

// Close feedback span
if (!empty($grade->feedback)) {
$studentshtml .= '</span>';
}
}

if (!empty($this->gradeserror[$item->id][$userid])) {
Expand Down

0 comments on commit eeeb388

Please sign in to comment.