mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-68343 gradereport_singleview: Use caption instead of summary
The summary attribute on the table element is obsolete.
This commit is contained in:
parent
4e9b0c4278
commit
976dac3fd1
@ -172,7 +172,8 @@ abstract class tablelike extends screen {
|
||||
|
||||
$summary = $this->summary();
|
||||
if (!empty($summary)) {
|
||||
$table->summary = $summary;
|
||||
$table->caption = $summary;
|
||||
$table->captionhide = true;
|
||||
}
|
||||
|
||||
// To be used for extra formatting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user