Merge branch 'mdl-28517_2.1' of git://github.com/colchambers/moodle into MOODLE_21_STABLE

This commit is contained in:
Sam Hemelryk
2011-08-08 14:22:41 +08:00
+1 -1
View File
@@ -355,7 +355,7 @@ abstract class question_edit_form extends moodleform {
$mform = $this->_form;
$repeated = array();
$repeated[] = $mform->createElement('header', 'answerhdr', get_string('hintn', 'question'));
$repeated[] = $mform->createElement('header', 'hinthdr', get_string('hintn', 'question'));
$repeated[] = $mform->createElement('editor', 'hint', get_string('hinttext', 'question'),
array('rows' => 5), $this->editoroptions);
$repeatedoptions['hint']['type'] = PARAM_RAW;