doc: Preserve spaces
Slight variation on Pekka's patch. It seems harmless to put this anywhere.
This commit is contained in:
parent
d8f045ec1f
commit
c532b571e3
|
@ -108,6 +108,10 @@
|
|||
<xsl:text> </xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="sp">
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="programlisting">
|
||||
<programlisting><xsl:apply-templates /></programlisting>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user