From 5f685123b212a7c9e5b35606a3306af034a6fccc Mon Sep 17 00:00:00 2001 From: Robert Lange <robert.lange@uni-leipzig.de> Date: Fri, 13 Jan 2023 12:06:06 +0100 Subject: [PATCH] refs #21182 [fid_adlr] table of contents: remove duplicate headline --- themes/fid_adlr/templates/RecordTab/toc.phtml | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/fid_adlr/templates/RecordTab/toc.phtml b/themes/fid_adlr/templates/RecordTab/toc.phtml index ecb02ae2410..4df38e331d9 100644 --- a/themes/fid_adlr/templates/RecordTab/toc.phtml +++ b/themes/fid_adlr/templates/RecordTab/toc.phtml @@ -17,7 +17,6 @@ $mainFields = $formatter->getData($this->driver, $formatter->getDefaults('toc')) <?php foreach ($mainFields as $current): ?> <?php if (!empty($current['label'])): ?> <tr> - <th><?=$this->transEsc($current['label'])?>:</th> <td data-title="<?=$this->transEsc($current['label'])?>:"><?=$current['value']?></td> </tr> <?php elseif (!empty($current['value'])): ?> -- GitLab