MDL-86800 mod_workshop: Fix incorrect table borders

This commit is contained in:
Mihail Geshoski
2025-10-01 11:26:45 +08:00
parent 3eeb180502
commit 7ef1e09a87
+1 -1
View File
@@ -65,7 +65,7 @@ class workshopallocation_manual_renderer extends mod_workshop_renderer {
$reviewers = array_map('fullname', $reviewers);
$table = new html_table();
$table->attributes['class'] = 'allocations';
$table->attributes['class'] = 'allocations table-reboot';
$table->head = array(get_string('participantreviewedby', 'workshop'),
get_string('participant', 'workshop'),
get_string('participantrevierof', 'workshop'));