Skip to content

Commit 380bfda

Browse files
committed
Fixed ldh:href() args
1 parent 876ac21 commit 380bfda

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/imports/default.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ exclude-result-prefixes="#all"
112112

113113
<xsl:variable name="query-string" select="replace($query, '\$Type', concat('&lt;', $class, '&gt;'))" as="xs:string"/>
114114
<xsl:variable name="results-uri" select="ac:build-uri($endpoint, map{ 'query': $query-string })" as="xs:anyURI"/>
115-
<xsl:variable name="request-uri" select="ldh:href($ldt:base, $ldt:base, (), $results-uri)" as="xs:anyURI"/>
115+
<xsl:variable name="request-uri" select="ldh:href($ldt:base, $ldt:base, map{}, $results-uri)" as="xs:anyURI"/>
116116
<xsl:sequence select="document($request-uri)"/>
117117
</xsl:function>
118118

0 commit comments

Comments
 (0)