MDL-87299 qtype_match: Remove Bootstrap 5 table borders.

This commit is contained in:
Luca Bösch
2025-11-27 13:59:07 +01:00
parent 299b171191
commit a36c4548be
+1 -1
View File
@@ -49,7 +49,7 @@ class qtype_match_renderer extends qtype_with_combined_feedback_renderer {
array('class' => 'qtext', 'id' => $questiontextid));
$result .= html_writer::start_tag('div', array('class' => 'ablock'));
$result .= html_writer::start_tag('table', array('class' => 'answer', 'role' => 'presentation'));
$result .= html_writer::start_tag('table', ['class' => 'answer table-reboot', 'role' => 'presentation']);
$result .= html_writer::start_tag('tbody', ['role' => 'presentation']);
$parity = 0;