Skip to content

Commit

Permalink
use HTTPS-Rostock-PURLs in search result tag #69
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteph-de committed Sep 28, 2023
1 parent d413a41 commit fbf77de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<c:choose>
<c:when test="${entry.data['category'].contains('doctype:histbest')}">
<c:if test="${not empty(entry.data['purl'])}">
<p class="card-text">${entry.data['purl']}</p>
<p class="card-text">${fn:replace(entry.data['purl'], 'http://purl.uni-rostock.de','https://purl.uni-rostock.de')}</p>
</c:if>
</c:when>
<c:otherwise>
Expand Down

0 comments on commit fbf77de

Please sign in to comment.