doc: Preserve spaces

Slight variation on Pekka's patch. It seems harmless to put this anywhere.
This commit is contained in:
Bill Spitzak 2014-11-11 18:42:55 -08:00 committed by Pekka Paalanen
parent d8f045ec1f
commit c532b571e3

View File

@ -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>