Skip to content

Commit

Permalink
Fixed XPath syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jan 3, 2025
1 parent b856b42 commit efcefdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ extension-element-prefixes="ixsl"
<xsl:next-match>
<xsl:with-param name="id" select="()"/> <!-- only block <div>s have @id-->
<xsl:with-param name="about" select="()"/> <!-- only block <div>s have @about -->
<xsl:with-param name="class" select="if (rdf:type/@rdf:resource = '&ldh;Object' then 'row-fluid block' else 'row-fluid'"/> <!-- only ldh:Object can nest blocks -->
<xsl:with-param name="class" select="if (rdf:type/@rdf:resource = '&ldh;Object') then 'row-fluid block' else 'row-fluid'"/> <!-- only ldh:Object can nest blocks -->
</xsl:next-match>
</div>
</div>
Expand Down

0 comments on commit efcefdb

Please sign in to comment.