From f31005e340c55948df6ab64370ce5cf202935f89 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Wed, 5 Feb 2014 23:49:25 -0500 Subject: [PATCH] doc: Disable indentation of XHTML output Indenting the XHTML output can lead to incorrect rendering. This only affects the build via XSLT. --- doc/src/sgml/stylesheet.xsl | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index 9dd4da6c7fd..7967b361dd8 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">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> -- GitLab