Skip to content

Commit

Permalink
use util:getNodeId instead of hardcoding srv in dcat:landingPage
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Feb 19, 2024
1 parent 24cf7af commit 24105e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@

<!-- SIB addon-->
<dcat:landingPage>
<xsl:value-of select="$url"/>/srv/api/records/<xsl:value-of select="$uuid"/>
<xsl:value-of select="$url"/>/<xsl:value-of select="util:getNodeId()"/>/api/records/<xsl:value-of select="$uuid"/>
</dcat:landingPage>

<dct:title>
Expand Down

0 comments on commit 24105e2

Please sign in to comment.