Skip to content

Commit

Permalink
Fix trailing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartlamour committed Jul 30, 2024
1 parent ca202ec commit 501fc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function local_assess_type_coursemodule_standard_elements($formwrapper, $mform)
$options[''] = get_string('defaultoption', 'local_assess_type');
$options['0'] = get_string('formativeoption', 'local_assess_type');
$options['1'] = get_string('summativeoption', 'local_assess_type');
$options['2'] = get_string('dummyoption', 'local_assess_type');;
$options['2'] = get_string('dummyoption', 'local_assess_type');
$attributes = [];
$attributes['required'] = 'required';

Expand Down

0 comments on commit 501fc93

Please sign in to comment.