We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5d9b3 commit 6aed7c4Copy full SHA for 6aed7c4
doc/src/sgml/stylesheet-fo.xsl
@@ -18,11 +18,11 @@
18
19
<!--
20
Suppress the description of the commit link markers in print mode.
21
-Caues an "Unresolved ID reference found" warning during PDF builds
22
-because the paragraph is suppressed in the output.
+Use "node()" to keep the paragraph but remove all content; prevents
+an "Unresolved ID reference found" warning during PDF builds.
23
-->
24
-<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
25
- <!-- Output nothing for this para -->
+<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']//node()">
+ <!-- Output an empty para -->
26
</xsl:template>
27
28
<xsl:param name="use.extensions" select="1"></xsl:param>
0 commit comments