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

refs #20582 [fid_bbi] remove erroneous proxying of "other editions" links

parent 6b4e1a2a
No related merge requests found
......@@ -87,7 +87,7 @@ $isFree = in_array('Free', $this->driver->tryMethod('getFacetAvail'));
<ul class="unstyled-list">
<?php foreach ($onlineUrls as $current): ?>
<li>
<a class="-icon" href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['link']))?>">
<a class="-icon" href="<?=$this->escapeHtmlAttr($current['link'])?>">
<?=$this->icon('external-link')?>
<?=$this->escapeHtml($current['text'])?>
</a>
......
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