Skip to content

Commit

Permalink
Merge branch 'MDL-30288_override_checkbox' of git://github.com/andyjd…
Browse files Browse the repository at this point in the history
…avis/moodle
  • Loading branch information
Aparup Banerjee committed Nov 24, 2011
2 parents 3ca3098 + 185db1c commit c47b8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grade/edit/tree/grade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
$options->smiley = false;
$options->filter = false;
$options->noclean = false;
$options->para = false;
$grade->feedback = format_text($grade->feedback, $grade->feedbackformat, $options);
}
$grade->feedbackformat = FORMAT_HTML;
Expand Down

0 comments on commit c47b8c7

Please sign in to comment.