diff --git a/themes/fid_adlr/templates/RecordTab/toc.phtml b/themes/fid_adlr/templates/RecordTab/toc.phtml index ecb02ae24106ee708bbcf583e18a75bf70c07c5c..4df38e331d92b744efa2b3afe20fb27fe2d9841d 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'])): ?>