Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f31005e

Browse files
committed
doc: Disable indentation of XHTML output
Indenting the XHTML output can lead to incorrect rendering. This only affects the build via XSLT.
1 parent f652337 commit f31005e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/src/sgml/stylesheet.xsl

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<xsl:param name="generate.id.attributes" select="1"></xsl:param>
1616
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
1717
<xsl:param name="link.mailto.url">pgsql-docs@postgresql.org</xsl:param>
18-
<xsl:param name="chunker.output.indent" select="'yes'"/>
1918
<xsl:param name="chunk.first.sections" select="1"/>
2019
<xsl:param name="chunk.quietly" select="1"></xsl:param>
2120
<xsl:param name="toc.max.depth">2</xsl:param>

0 commit comments

Comments
 (0)