MDL-58092 grading methods: Fix double escape for freq used questions
This commit is contained in:
@@ -249,7 +249,7 @@ class gradingform_guide_renderer extends plugin_renderer_base {
|
||||
foreach ($comments as $id => $comment) {
|
||||
$commentoption = new stdClass();
|
||||
$commentoption->id = $id;
|
||||
$commentoption->description = s($comment['description']);
|
||||
$commentoption->description = $comment['description'];
|
||||
$commentoptions[] = $commentoption;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user