Merge branch 'MDL-80260-403' of https://github.com/paulholden/moodle into MOODLE_403_STABLE

This commit is contained in:
Huong Nguyen
2024-01-17 10:17:35 +07:00
+1 -1
View File
@@ -333,8 +333,8 @@ class renderer extends \plugin_renderer_base {
// Auth rows.
$authtypes = get_enabled_auth_plugins(true);
$row = [];
foreach ($authtypes as $authtype) {
$row = [];
$row[] = \html_writer::tag('b', $authtype);
// Setup the overall totals columns.