Merge branch 'mdl-28517_2.1' of git://github.com/colchambers/moodle into MOODLE_21_STABLE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user