Fixed bug that was causing docbook elements to duplicate on screen.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
This commit is contained in:
parent
6c9276f946
commit
ff495bc92f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue