Skip to content
Snippets Groups Projects
Commit 998dd188 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'master-v5' into instance/fid

parents 71c1b915 236b58d8
No related merge requests found
...@@ -75,7 +75,7 @@ if (!empty($holdingTitleHold)): ?> ...@@ -75,7 +75,7 @@ if (!empty($holdingTitleHold)): ?>
if (!empty($fallbackUrls)): ?> if (!empty($fallbackUrls)): ?>
<span id="urlsHideable" style="display: none"> <span id="urlsHideable" style="display: none">
<?php foreach ($fallbackUrls as $current): ?> <?php foreach ($fallbackUrls as $current): ?>
<a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" target="_blank"><?=$this->escapeHtml($current['desc'])?></a><br/> <a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" target="_blank"><?=$this->escapeHtml($current['desc'] ?? $current['url'])?></a><br/>
<?php endforeach; ?> <?php endforeach; ?>
</span> </span>
<?php endif; ?> <?php endif; ?>
......
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