Skip to content

Commit

Permalink
MDL-12070 - re-enable the use of HTML in choice options
Browse files Browse the repository at this point in the history
  • Loading branch information
poltawski committed Nov 8, 2007
1 parent 7b57c10 commit 4e48f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/choice/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function definition() {
$mform->setType('limit', PARAM_INT);

$repeateloptions['option']['helpbutton'] = array('options', get_string('modulenameplural', 'choice'), 'choice');
$mform->setType('option', PARAM_TEXT);
$mform->setType('option', PARAM_CLEANHTML);

$mform->setType('optionid', PARAM_INT);

Expand Down Expand Up @@ -133,4 +133,4 @@ function validation($data){
}

}
?>
?>

0 comments on commit 4e48f83

Please sign in to comment.