From 66a54ec1f7c04a34238aebedffdee7dd21f20b14 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Wed, 15 Sep 2021 08:03:11 +0200 Subject: [PATCH] refs #20582 [fid_bbi] remove erroneous proxying of "other editions" links --- themes/fid_bbi/templates/RecordTab/holdingsils.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid_bbi/templates/RecordTab/holdingsils.phtml b/themes/fid_bbi/templates/RecordTab/holdingsils.phtml index b83323fdee9..f0604232d47 100644 --- a/themes/fid_bbi/templates/RecordTab/holdingsils.phtml +++ b/themes/fid_bbi/templates/RecordTab/holdingsils.phtml @@ -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> -- GitLab