Skip to content

Commit

Permalink
support version tag in mnemonics(!)
Browse files Browse the repository at this point in the history
  • Loading branch information
treellama committed Sep 24, 2023
1 parent ef54b96 commit 267f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Lua.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
</xsl:template>

<xsl:template name="mnemonic">
<li>"<xsl:value-of select="@name"/>"</li>
<li>"<xsl:value-of select="@name"/>"<xsl:choose><xsl:when test="@version"><xsl:text> </xsl:text><span class="version"><xsl:value-of select="@version"/></span></xsl:when></xsl:choose></li>
</xsl:template>

<xsl:template match="accessor">
Expand Down

0 comments on commit 267f1b3

Please sign in to comment.