Skip to content

Commit

Permalink
Fix typo in <xsl:apply-templates>
Browse files Browse the repository at this point in the history
Fixes #570.

Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Aug 23, 2024
1 parent b732b56 commit 5c7f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/plugin-rewrite-rules.dita
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
outputclass="language-xml normalize-space show-line-numbers show-whitespace"
>&lt;xsl:template match="node() | @*">
&lt;xsl:copy>
&lt;xsl:apply-template select="node() | @*"/>
&lt;xsl:apply-templates select="node() | @*"/>
&lt;/xsl:copy>
&lt;/xsl:template>

Expand Down

0 comments on commit 5c7f5c3

Please sign in to comment.