mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-80260 tool_mfa: fix all factor report table alignment per auth.
This commit is contained in:
parent
513f3b02c7
commit
012dd24a43
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user