The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 5f685123 authored by Robert Lange's avatar Robert Lange
Browse files

refs #21182 [fid_adlr] table of contents: remove duplicate headline

parent 907eaceb
No related merge requests found
......@@ -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'])): ?>
......
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