MDL-80260 tool_mfa: fix all factor report table alignment per auth.

This commit is contained in:
Paul Holden 2023-11-24 19:01:40 +00:00
parent 513f3b02c7
commit 012dd24a43
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

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.