8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52c4fc commit f986882Copy full SHA for f986882
doc/src/sgml/stylesheet-fo.xsl
@@ -14,6 +14,12 @@
14
<xsl:param name="tablecolumns.extension" select="0"></xsl:param>
15
<xsl:param name="toc.max.depth">3</xsl:param>
16
<xsl:param name="ulink.footnotes" select="1"></xsl:param>
17
+
18
+<!-- The release notes have too many ulinks to look good as footnotes in print mode -->
19
+<xsl:template match="sect1[starts-with(@id, 'release-')]//ulink[starts-with(@url, 'https://postgr.es/c/')]">
20
+ <!-- Do nothing for ulink to avoid footnotes -->
21
+</xsl:template>
22
23
<xsl:param name="use.extensions" select="1"></xsl:param>
24
<xsl:param name="variablelist.as.blocks" select="1"></xsl:param>
25
<xsl:param name="orderedlist.label.width">1.5em</xsl:param>
0 commit comments