MDL-68343 gradereport_singleview: Use caption instead of summary
The summary attribute on the table element is obsolete.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user