From 1de1521efde807586ed15a4009757a0002ba302f Mon Sep 17 00:00:00 2001 From: Claas Kazzer <kazzer@ub.uni-leipzig.de> Date: Fri, 20 Apr 2018 14:58:51 +0200 Subject: [PATCH] refs #12141 * fixes table summary at lido view - replace with caption --- themes/finc/templates/RecordTab/descriptionlido.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/finc/templates/RecordTab/descriptionlido.phtml b/themes/finc/templates/RecordTab/descriptionlido.phtml index 118ef5b8035..61dd9b6cb8e 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)): ?> -- GitLab