diff options
author | Simon MacMullen <simon@lshift.net> | 2010-03-02 10:53:31 +0000 |
---|---|---|
committer | Simon MacMullen <simon@lshift.net> | 2010-03-02 10:53:31 +0000 |
commit | a1d5313d8de865eabc7a8fb60ed97737bcf2f036 (patch) | |
tree | f5e38085c5a01c72eba2c984dd8ee6627a4c9a88 /docs/html-to-website-xml.xsl | |
parent | a3dd300f52f34b3e9300aca46b0494de5ed4dacb (diff) | |
download | rabbitmq-server-a1d5313d8de865eabc7a8fb60ed97737bcf2f036.tar.gz |
Use correct cmdsynopsis form for subcommands, don't manually add [] as docbook will do that for us now.
Diffstat (limited to 'docs/html-to-website-xml.xsl')
-rw-r--r-- | docs/html-to-website-xml.xsl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl index 8ad3ea63..888260a3 100644 --- a/docs/html-to-website-xml.xsl +++ b/docs/html-to-website-xml.xsl @@ -63,12 +63,5 @@ </pre> </xsl:template> -<xsl:template match="code[@class='option']"> - [<code class="option"> - <xsl:apply-templates select="node()"/> - </code>] -</xsl:template> - - </xsl:stylesheet> |