diff options
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> |