mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-80353' of https://github.com/marinaglancy/moodle
This commit is contained in:
commit
7770de1dd1
@ -261,7 +261,7 @@ abstract class user_selector_base {
|
||||
$multiselect = 'multiple="multiple" ';
|
||||
}
|
||||
$output = '<div class="userselector" id="' . $this->name . '_wrapper">' . "\n" .
|
||||
'<select name="' . $name . '" id="' . $this->name . '" ' .
|
||||
'<select name="' . $name . '" id="' . $this->name . '" aria-live="polite" ' .
|
||||
$multiselect . 'size="' . $this->rows . '" class="form-control no-overflow">' . "\n";
|
||||
|
||||
// Populate the select.
|
||||
|
Loading…
x
Reference in New Issue
Block a user