We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460c298 commit 6c5d9b3Copy full SHA for 6c5d9b3
doc/src/sgml/stylesheet-fo.xsl
@@ -16,7 +16,11 @@
16
<!-- Do nothing for ulink to avoid footnotes -->
17
</xsl:template>
18
19
-<!-- Also suppress the description of the section markers in print mode -->
+<!--
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.
23
+-->
24
<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
25
<!-- Output nothing for this para -->
26
0 commit comments