--- /home/dan/tmp/cvs/moodle/mod/choice/mod_form.php	2007-10-26 10:04:02.000000000 +0100
+++ mod_form.php	2007-11-08 14:13:47.000000000 +0000
@@ -49,7 +49,7 @@
         $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);
 
@@ -148,4 +148,4 @@
     }
 
 }
-?>
\ No newline at end of file
+?>
