Skip to content

Commit 32f15dc

Browse files
committed
Fixed $select-string expression
1 parent 406cd25 commit 32f15dc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/block/view.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ exclude-result-prefixes="#all"
130130
<xsl:variable name="service-uri" select="xs:anyURI($select-query/ldh:service/@rdf:resource)" as="xs:anyURI?"/>
131131
<!-- set $this variable value unless getting the query string from state -->
132132
<xsl:variable name="select-string" select="replace($select-query/sp:text, '$this', '&lt;' || $this || '&gt;', 'q')" as="xs:string"/>
133-
<xsl:variable name="select-string" select="replace($select-query/sp:text, '$about', '&lt;' || $about || '&gt;', 'q')" as="xs:string"/>
133+
<xsl:variable name="select-string" select="replace($select-string, '$about', '&lt;' || $about || '&gt;', 'q')" as="xs:string"/>
134134
<xsl:message>$select-string: <xsl:value-of select="$select-string"/></xsl:message>
135135
<xsl:variable name="select-xml" as="document-node()">
136136
<xsl:variable name="select-json" as="item()">

0 commit comments

Comments
 (0)