Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit658fc6c

Browse files
committed
doc PG relnotes: remove warning about commit links in PDF build
Make paragraph empty instead of removing it.Discussion:https://postgr.es/m/2029579.1726779139@sss.pgh.pa.usBackpatch-through: 12
1 parentc6b1506 commit658fc6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/stylesheet-fo.xsl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
<!--
2424
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.
25+
Use "node()" to keep the paragraph but remove all content; prevents
26+
an "Unresolved ID reference found" warning during PDF builds.
2727
-->
28-
<xsl:templatematch="appendix[@id='release']//para[@id='release-commit-links']">
29-
<!-- Outputnothing for this para-->
28+
<xsl:templatematch="appendix[@id='release']//para[@id='release-commit-links']//node()">
29+
<!-- Outputan empty para-->
3030
</xsl:template>
3131

3232
<xsl:paramname="use.extensions"select="1"></xsl:param>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp