mirror of
https://github.com/moodle/moodle.git
synced 2025-04-12 20:12:15 +02:00
MDL-48765 enrol: do not use a non-breaking space as a separator
This commit is contained in:
parent
eb1dc9fab9
commit
671d105e9f
@ -268,8 +268,8 @@ foreach ($instances as $instance) {
|
||||
}
|
||||
}
|
||||
|
||||
// add a row to the table
|
||||
$table->data[] = array($displayname, $users, implode(' ', $updown), implode(' ', $edit));
|
||||
// Add a row to the table.
|
||||
$table->data[] = array($displayname, $users, implode('', $updown), implode('', $edit));
|
||||
|
||||
}
|
||||
echo html_writer::table($table);
|
||||
|
Loading…
x
Reference in New Issue
Block a user