Skip to content

Commit

Permalink
Update renderer.php
Browse files Browse the repository at this point in the history
Added missing character.
  • Loading branch information
drachels committed Apr 26, 2021
1 parent 31481a6 commit f23bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function diary_print_feedback($course, $entry, $grades) {
if (! $teacher = $DB->get_record('user', array(
'id' => $entry->teacher
))) {
throw new moodle_exception(get_string('generalerror', 'diary');
throw new moodle_exception(get_string('generalerror', 'diary'));
}

echo '<table class="feedbackbox">';
Expand Down

0 comments on commit f23bee7

Please sign in to comment.