Merge branch 'MDL-87450-501' of https://github.com/junpataleta/moodle into MOODLE_501_STABLE

This commit is contained in:
Jun Pataleta
2026-02-13 20:34:56 +08:00
+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);