MDL-68343 gradereport_singleview: Use caption instead of summary

The summary attribute on the table element is obsolete.
This commit is contained in:
Shamim Rezaie 2020-04-06 18:32:16 +10:00
parent 4e9b0c4278
commit 976dac3fd1

View File

@ -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.