Fixed bug that was causing docbook elements to duplicate on screen.

Signed-off-by: WalkerWatch <ctwalker@gmail.com>
This commit is contained in:
WalkerWatch 2016-05-24 21:42:26 -04:00
parent 6c9276f946
commit ff495bc92f
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ xmlns:date="http://exslt.org/dates-and-times"
<xsl:element name="pre"> <xsl:element name="pre">
<xsl:attribute name="class">screen</xsl:attribute> <xsl:attribute name="class">screen</xsl:attribute>
<xsl:value-of select="text()"/> <xsl:value-of select="text()"/>
<xsl:apply-templates/>
</xsl:element> </xsl:element>
</xsl:element> </xsl:element>
</xsl:when> </xsl:when>