diff options
author | Peter Eisentraut | 2014-02-06 04:49:25 +0000 |
---|---|---|
committer | Peter Eisentraut | 2014-02-06 04:49:25 +0000 |
commit | f31005e340c55948df6ab64370ce5cf202935f89 (patch) | |
tree | 1b47ed59b572fa426182481d83d345d4b13236df | |
parent | f65233755ca5d01f49137b37f6a78b46acc83484 (diff) |
doc: Disable indentation of XHTML output
Indenting the XHTML output can lead to incorrect rendering. This only
affects the build via XSLT.
-rw-r--r-- | doc/src/sgml/stylesheet.xsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index 9dd4da6c7f..7967b361dd 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -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">[email protected]</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> |