Skip to content

Commit

Permalink
Merge branch 'MDL-72977-master' of https://github.com/juancs/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Nov 3, 2021
2 parents 0148708 + 177e655 commit 6f7e587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/essay/renderer.php
Expand Up @@ -202,7 +202,7 @@ public function manual_comment(question_attempt $qa, question_display_options $o

$question = $qa->get_question();
return html_writer::nonempty_tag('div', $question->format_text(
$question->graderinfo, $question->graderinfo, $qa, 'qtype_essay',
$question->graderinfo, $question->graderinfoformat, $qa, 'qtype_essay',
'graderinfo', $question->id), array('class' => 'graderinfo'));
}
}
Expand Down

0 comments on commit 6f7e587

Please sign in to comment.