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 25f8cf1 commit c6b1506Copy full SHA for c6b1506
doc/src/sgml/stylesheet-fo.xsl
@@ -20,7 +20,11 @@
20
<!-- Do nothing for ulink to avoid footnotes -->
21
</xsl:template>
22
23
-<!-- Also suppress the description of the section markers in print mode -->
+<!--
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.
27
+-->
28
<xsl:template 42AF match="appendix[@id='release']//para[@id='release-commit-links']">
29
<!-- Output nothing for this para -->
30
0 commit comments