diff --git a/mod/choice/mod_form.php b/mod/choice/mod_form.php index 95452b2ba6c..d47a06ec593 100644 --- a/mod/choice/mod_form.php +++ b/mod/choice/mod_form.php @@ -49,7 +49,7 @@ class mod_choice_mod_form extends moodleform_mod { $mform->setType('limit', PARAM_INT); $repeateloptions['option']['helpbutton'] = array('options', get_string('modulenameplural', 'choice'), 'choice'); - $mform->setType('option', PARAM_CLEANHTML); + $mform->setType('option', PARAM_CLEAN); $mform->setType('optionid', PARAM_INT);