MDL-87450 forum: Remove Bootstrap 5 table borders.

This commit is contained in:
Luca Bösch
2026-02-13 11:05:09 +08:00
committed by Jun Pataleta
parent e6505da61a
commit 72e41fa58a
+1 -1
View File
@@ -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);