Merge branch 'MDL-86677-500' of https://github.com/lucaboesch/moodle into MOODLE_500_STABLE

This commit is contained in:
Mihail Geshoski
2025-12-09 09:29:03 +08:00
+1 -1
View File
@@ -1141,7 +1141,7 @@ class renderer extends plugin_renderer_base {
// Prepare table header.
$table = new html_table();
$table->attributes['class'] = 'generaltable quizattemptsummary table table-hover';
$table->attributes['class'] = 'generaltable table-striped quizattemptsummary table-hover';
$table->caption = get_string('summaryofattempts', 'quiz');
$table->captionhide = true;
$table->head = [];