Thanks to visit codestin.com Credit goes to github.com
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 1fe4e60 commit ee4184dCopy full SHA for ee4184d
doc/src/sgml/stylesheet-fo.xsl
@@ -22,11 +22,11 @@
22
23
<!--
24
Suppress the description of the commit link markers in print mode.
25
-Caues an "Unresolved ID reference found" warning during PDF builds
26
-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.
27
-->
28
-<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
29
- <!-- Output nothing for this para -->
+<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']//node()">
+ <!-- Output an empty para -->
30
</xsl:template>
31
32
<xsl:param name="use.extensions" select="1"></xsl:param>
0 commit comments