mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-7861, fixing broken tag
This commit is contained in:
parent
5609f9e672
commit
b034bdfffc
1 changed files with 1 additions and 1 deletions
|
@ -3084,7 +3084,7 @@ function print_student_grade($user, $course) {
|
||||||
if (!empty($modgrades->grades[$user->id])) {
|
if (!empty($modgrades->grades[$user->id])) {
|
||||||
$currentgrade = $modgrades->grades[$user->id];
|
$currentgrade = $modgrades->grades[$user->id];
|
||||||
echo "<td><a href='$link'>$mod->modfullname: ".format_string($instance->name,true)."</a></td><td>$currentgrade</td><td>$maxgrade</td>"; } else {
|
echo "<td><a href='$link'>$mod->modfullname: ".format_string($instance->name,true)."</a></td><td>$currentgrade</td><td>$maxgrade</td>"; } else {
|
||||||
echo "<td><a href='$link'>$mod->modfullname: ".format_string($instance->name,true)."</td><td>".get_string('nograde')."</a></td><td>$maxgrade</td>";
|
echo "<td><a href='$link'>$mod->modfullname: ".format_string($instance->name,true)."</a></td><td>".get_string('nograde')."</td><td>$maxgrade</td>";
|
||||||
}
|
}
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue