Skip to content
Snippets Groups Projects
Commit 3849e1dc authored by Gregor Gawol's avatar Gregor Gawol Committed by Dorian Merz
Browse files

refs #16196 [fid_adlr] issn online-contents adlr.link

* fixed doi
parent c267a1c1
No related merge requests found
...@@ -32,7 +32,9 @@ ...@@ -32,7 +32,9 @@
<span id="urlsHideable" style="display: none"> <span id="urlsHideable" style="display: none">
<?php foreach ($fallbackUrls as $current): ?> <?php foreach ($fallbackUrls as $current): ?>
<?php if (preg_match_all('/doi/', $current['url'])): ?> <?php if (preg_match_all('/doi/', $current['url'])): ?>
<a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" target="_blank">DOI: <?=$doiName?></a> <a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" target="_blank">
DOI: <?=!empty($doiName) ? $doiName : $current['url'] ?>
</a>
<?php endif; ?> <?php endif; ?>
<?php endforeach; ?> <?php endforeach; ?>
</span> </span>
......
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