Skip to content

Commit

Permalink
Fixed the code checker issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithy1anand committed May 2, 2023
1 parent b2c5995 commit 3a7f72b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/form/template_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public function definition() {
if (!$checkformat) {
$mform->addRule('title', get_string('required'), 'required');
}


$mform->addElement('editor', 'description', get_string('description', 'format_kickstart'));
$mform->setType('description', PARAM_RAW);

Expand Down

0 comments on commit 3a7f72b

Please sign in to comment.