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 745defc commit 1fe4e60Copy full SHA for 1fe4e60
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 match="appendix[@id='release']//para[@id='release-commit-links']">
29
<!-- Output nothing for this para -->
30
0 commit comments