MDL-86800 mod_folder: Fix incorrect table borders

This commit is contained in:
Mihail Geshoski
2025-10-01 11:26:44 +08:00
parent f8c628459e
commit ca572033a7
+2 -1
View File
@@ -654,7 +654,8 @@ function folder_print_recent_mod_activity($activity, $courseid, $detail, $modnam
$tableoptions = [
'border' => '0',
'cellpadding' => '3',
'cellspacing' => '0'
'cellspacing' => '0',
'class' => 'table-reboot',
];
$output = html_writer::start_tag('table', $tableoptions);
$output .= html_writer::start_tag('tr');