diff --git a/report/participation/index.php b/report/participation/index.php index 9708951c6cf..cb060fe72e5 100644 --- a/report/participation/index.php +++ b/report/participation/index.php @@ -346,7 +346,7 @@ if (!empty($instanceid) && !empty($roleid)) { } echo ''; echo '
'; - echo html_writer::label(get_string('withselectedusers'), 'formactionselect'); + echo html_writer::label(get_string('withselectedusers'), 'formactionid'); $displaylist['#messageselect'] = get_string('messageselectadd'); echo html_writer::select($displaylist, 'formaction', '', array('' => 'choosedots'), array('id' => 'formactionid')); echo '
';