diff --git a/themes/finc/templates/RecordTab/descriptionlido.phtml b/themes/finc/templates/RecordTab/descriptionlido.phtml index 118ef5b803522844e05453fbd09a0b7a4b42cd9d..61dd9b6cb8eac836e8f37055843183e1573c58f9 100644 --- a/themes/finc/templates/RecordTab/descriptionlido.phtml +++ b/themes/finc/templates/RecordTab/descriptionlido.phtml @@ -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)): ?>