Add IDs for individual commands.
This commit is contained in:
parent
8071366852
commit
0f391d5020
|
|
@ -71,5 +71,11 @@
|
|||
</pre>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="div[@class='cmdsynopsis']">
|
||||
<div class="cmdsynopsis" id="{p/code[@class='command']}">
|
||||
<xsl:apply-templates select="node()"/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue