Skip to content
Snippets Groups Projects
Commit 1de1521e authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by Frank Morgner
Browse files

refs #12141

* fixes table summary at lido view - replace with caption
parent 86598c7c
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ $this->headTitle($this->translate('Description') . ': ' . $this->driver->getBrea
$formatter = $this->recordDataFormatter();
$mainFields = $formatter->getData($driver, $formatter->getDefaults('description-lido'));
?>
<table class="table table-striped" summary="<?=$this->transEsc('Description')?>">
<table class="table table-striped">
<? /* Table summary not supported in html 5, finc-specific solution, CK */ ?>
<caption class="sr-only"><?= $this->transEsc('Description') ?></caption>
<? if (!empty($mainFields)): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment