Skip to content

Commit 91aee0e

Browse files
committed
XPath fix
1 parent 441ece5 commit 91aee0e

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ WHERE
980980

981981
<xsl:template match="a[not(@target)][@href]" mode="ixsl:onclick">
982982
<xsl:message>WTF
983-
starts-with(resolve-uri(@href, ldh:base-uri(.)): <xsl:value-of select="starts-with(resolve-uri(@href, ldh:base-uri(.))"/>
983+
resolve-uri(@href, ldh:base-uri(.)): <xsl:value-of select="resolve-uri(@href, ldh:base-uri(.))"/>
984984
</xsl:message>
985985
</xsl:template>
986986

0 commit comments

Comments
 (0)