From e58f5fa59f89629d3c9c7a50a62296795404b1af Mon Sep 17 00:00:00 2001 From: Viola Elsenhans <elsenhans@ub.uni-leipzig.de> Date: Thu, 21 Sep 2023 10:17:09 +0200 Subject: [PATCH] refs #24672 [finc] remove unused closing header tag --- .../templates/RecordDriver/DefaultRecord/list-entry.phtml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml b/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml index 07cc27b547f..26adabc9907 100644 --- a/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml +++ b/themes/finc/templates/RecordDriver/DefaultRecord/list-entry.phtml @@ -78,10 +78,6 @@ </div> <div class="resultItemLine2"> <?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())); ?> <?php else: ?> <?php -- GitLab