MDL-86362 questions: Fix question bank table styles
This commit is contained in:
@@ -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),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user