Skip to content
Snippets Groups Projects
Commit e58f5fa5 authored by Viola Elsenhans's avatar Viola Elsenhans
Browse files

refs #24672 [finc] remove unused closing header tag

parent af915cd3
No related merge requests found
...@@ -78,10 +78,6 @@ ...@@ -78,10 +78,6 @@
</div> </div>
<div class="resultItemLine2"> <div class="resultItemLine2">
<?php if ($this->driver->isCollection()): ?> <?php if ($this->driver->isCollection()): ?>
<?php // finc: add closing div and header #23220 - was missing in #19396 ff.
// just hotfix - will be improved with #24265 ?>
</div>
</header>
<?=implode('<br>', array_map([$this, 'escapeHtml'], $this->driver->getSummary())); ?> <?=implode('<br>', array_map([$this, 'escapeHtml'], $this->driver->getSummary())); ?>
<?php else: ?> <?php else: ?>
<?php <?php
......
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