Skip to content

Commit 98a8c72

Browse files
committed
ldh:DocTreeActivateHref param fix
1 parent 55fe165 commit 98a8c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ WHERE
329329
<xsl:call-template name="ldh:DocTree"/>
330330
</xsl:result-document>
331331
<xsl:call-template name="ldh:DocTreeActivateHref">
332-
<xsl:with-param name="href" select="base-uri(ixsl:page())"/>
332+
<xsl:with-param name="href" select="ldt:base()"/>
333333
</xsl:call-template>
334334
</xsl:for-each>
335335

0 commit comments

Comments
 (0)