diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
index 76e83269d5c138b8f74a8f51de145112d7cd80d1..4f2f10f03d6f1183ecc65628d1ca9f80f6b0099c 100644
--- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
+++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
@@ -58,19 +58,8 @@ if ($cover):
           /* finc-specific from here, #8639, #7345 - CK */
           /* finc-specific: nxt line #8639 - CK */ ?>
           <?php
-            $journalTitle = $this->driver->getContainerTitle();
             $summDate = $this->driver->getPublishDateSort();
-            ?>
-          <?php if (!empty($journalTitle)): ?>
-            <?=!empty($summAuthor) ? '<br />' : ''?>
-            <?=$this->transEsc('Published in')?>
-            <?php $containerSource = $this->driver->getSourceIdentifier(); ?>
-            <?php $containerID = $this->driver->getContainerRecordID(); ?>
-            <?php /* TODO: handle highlighting more elegantly here: */ ?>
-            <a href="<?=($containerID ? $this->recordLink()->getUrl("$containerSource|$containerID") : $this->record($this->driver)->getLink('title', str_replace(['{{{{START_HILITE}}}}', '{{{{END_HILITE}}}}'], '', $journalTitle)))?>"><?=$this->highlight($journalTitle) ?></a>
-            <?php /* finc-specific: nxt line #8639 - CK */ ?>
-            <?=!empty($summDate) ? ' (' . $this->escapeHtml($summDate) . ')' : ''?>
-          <?php elseif (!empty($summDate)): ?>
+            if (!empty($summDate)): ?>
             <?=!empty($summAuthor) ? '<br />' : ''?>
           <?php endif; ?>
           <?php $summInCollection = $this->driver->getContainingCollections();