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

Commit92a6cc5

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 parenta979f28 commit92a6cc5

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
@@ -18,11 +18,11 @@
1818

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp