Skip to content

Commit

Permalink
Undo "only top-level blocks have @about"
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 22, 2024
1 parent 1a062dd commit e8dfaf6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,8 @@ extension-element-prefixes="ixsl"

<!-- client-side $container -->
<xsl:next-match>
<xsl:with-param name="id" select="()"/> <!-- only top-level blocks have @id-->
<xsl:with-param name="about" select="()"/> <!-- only top-level blocks have @about -->
<!-- <xsl:with-param name="id" select="()"/> only top-level blocks have @id
<xsl:with-param name="about" select="()"/> only top-level blocks have @about -->
</xsl:next-match>
</div>
</div>
Expand Down

0 comments on commit e8dfaf6

Please sign in to comment.