diff options
Diffstat (limited to 'doc/src/sgml/stylesheet-fo.xsl')
-rw-r--r-- | doc/src/sgml/stylesheet-fo.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl index 4c254a84a18..73f83c27ce9 100644 --- a/doc/src/sgml/stylesheet-fo.xsl +++ b/doc/src/sgml/stylesheet-fo.xsl @@ -17,7 +17,7 @@ </xsl:template> <!-- Also suppress the description of the section markers in print mode --> -<xsl:template match="appendix[@id='release']//para[@id='release-no-print-output']"> +<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']"> <!-- Output nothing for this para --> </xsl:template> |