MDL-87450 forum: Remove Bootstrap 5 table borders.
This commit is contained in:
@@ -102,7 +102,7 @@ class mod_forum_renderer extends plugin_renderer_base {
|
||||
$potentialcell->attributes['class'] = 'potential';
|
||||
|
||||
$table = new html_table();
|
||||
$table->attributes['class'] = 'subscribertable boxaligncenter';
|
||||
$table->attributes['class'] = 'subscribertable boxaligncenter table-reboot';
|
||||
$table->data = array(new html_table_row(array($existingcell, $actioncell, $potentialcell)));
|
||||
$output .= html_writer::table($table);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user