MDL-87450 forum: Remove Bootstrap 5 table borders.

This commit is contained in:
Luca Bösch
2026-02-13 11:04:05 +08:00
committed by Jun Pataleta
parent 746815af49
commit 151c3a12e7
+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);