Skip to content

Commit

Permalink
Fixed $href value
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 8, 2023
1 parent 6d07b98 commit 86037c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ WHERE
<xsl:variable name="request" as="item()*">
<ixsl:schedule-action http-request="map{ 'method': 'GET', 'href': base-uri(), 'headers': map{ 'Accept': 'application/xhtml+xml' } }">
<xsl:call-template name="ldh:DocumentLoaded">
<xsl:with-param name="href" select="$href"/>
<xsl:with-param name="href" select="base-uri()"/>
</xsl:call-template>
</ixsl:schedule-action>
</xsl:variable>
Expand Down

0 comments on commit 86037c2

Please sign in to comment.