We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441ece5 commit 91aee0eCopy full SHA for 91aee0e
src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl
@@ -980,7 +980,7 @@ WHERE
980
981
<xsl:template match="a[not(@target)][@href]" mode="ixsl:onclick">
982
<xsl:message>WTF
983
- starts-with(resolve-uri(@href, ldh:base-uri(.)): <xsl:value-of select="starts-with(resolve-uri(@href, ldh:base-uri(.))"/>
+ resolve-uri(@href, ldh:base-uri(.)): <xsl:value-of select="resolve-uri(@href, ldh:base-uri(.))"/>
984
</xsl:message>
985
</xsl:template>
986
0 commit comments