Remove now false required declaration
This commit is contained in:
parent
ba2a2d9efe
commit
310a6098a0
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class edit_form extends \moodleform {
|
|||
|
||||
$mform->addElement('textarea', 'html', get_string('html', 'htmlcert'));
|
||||
$mform->setType('html', PARAM_RAW);
|
||||
$mform->addRule('html', null, 'required');
|
||||
|
||||
// Add the submit buttons.
|
||||
$group = array();
|
||||
|
|
Loading…
Reference in a new issue