From 501fc930d41692be43fd73509f63cec807799919 Mon Sep 17 00:00:00 2001 From: Stuart Lamour Date: Tue, 30 Jul 2024 12:40:57 +0100 Subject: [PATCH] Fix trailing ; --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.php b/lib.php index 88f316d..feed5dc 100644 --- a/lib.php +++ b/lib.php @@ -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';