]> granicus.if.org Git - postgresql/commitdiff
doc: Disable indentation of XHTML output
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Feb 2014 04:49:25 +0000 (23:49 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Feb 2014 04:49:25 +0000 (23:49 -0500)
Indenting the XHTML output can lead to incorrect rendering.  This only
affects the build via XSLT.

doc/src/sgml/stylesheet.xsl

index 9dd4da6c7fdfee6a8ef2999d3a7fde888cc223fb..7967b361dd8b0498911904f09fa8ef8a8fa86344 100644 (file)
@@ -15,7 +15,6 @@
 <xsl:param name="generate.id.attributes" select="1"></xsl:param>
 <xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
 <xsl:param name="link.mailto.url">pgsql-docs@postgresql.org</xsl:param>
-<xsl:param name="chunker.output.indent" select="'yes'"/>
 <xsl:param name="chunk.first.sections" select="1"/>
 <xsl:param name="chunk.quietly" select="1"></xsl:param>
 <xsl:param name="toc.max.depth">2</xsl:param>