Skip to content
Snippets Groups Projects
Commit f31005e3 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Disable indentation of XHTML output

Indenting the XHTML output can lead to incorrect rendering.  This only
affects the build via XSLT.
parent f6523375
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment