Skip to content

Commit

Permalink
Merge pull request #611 from ndw/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in formatted error code
  • Loading branch information
ndw authored Aug 20, 2024
2 parents d89a630 + 118eb63 commit 577bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xsl/xprocns2.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<xsl:apply-templates select="current-group()[1]"
mode="m:inline-error-anchor"/>
</xsl:attribute>
<xsl:text>err:{current-group()[1]/@code/string()}</xsl:text>
<xsl:text>err:X{current-group()[1]/@code/string()}</xsl:text>
</a>
</td>
<td class="description"><xsl:apply-templates select="current-group()[1]"/></td>
Expand Down

0 comments on commit 577bcd2

Please sign in to comment.