Skip to content
Snippets Groups Projects
Commit 526675c6 authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #18611 [fid_bbi] react on unknown resolver state

parent 3a80b7c9
No related merge requests found
......@@ -26,6 +26,10 @@ $links = array_filter($this->electronic ?? [], function ($link) use (&$hrefs) {
<div class="openurls">
<ul class="unstyled-list">
<?php foreach ($links as $link): ?>
<?php if ($link['access'] === 'unknown') {
continue;
}
?>
<li>
<?php
$title = $this->escapeHtml($link['title'] ?? 'unknown');
......
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