Skip to content

Commit b6ecde8

Browse files
committed
doc: Set chunk.first.sections in XSLT, for consistency with DSSSL output
1 parent 9ef780d commit b6ecde8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/stylesheet.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
1818
<xsl:param name="link.mailto.url">pgsql-docs@postgresql.org</xsl:param>
1919
<xsl:param name="chunker.output.indent" select="'yes'"/>
20+
<xsl:param name="chunk.first.sections" select="1"/>
2021
<xsl:param name="chunk.quietly" select="1"></xsl:param>
2122
<xsl:param name="toc.max.depth">2</xsl:param>
2223

0 commit comments

Comments
 (0)