MDL-86362 questions: Fix question bank table styles

This commit is contained in:
Luca Bösch
2025-08-30 14:59:58 +02:00
parent 3ca7c6bf32
commit 140ec8196d
+1 -1
View File
@@ -1328,7 +1328,7 @@ class view {
// Start of the table.
echo \html_writer::start_tag('table', [
'id' => 'categoryquestions',
'class' => 'question-bank-table generaltable',
'class' => 'question-bank-table table generaltable',
'data-defaultsort' => json_encode($this->sort),
]);