Skip to content

Commit 617b859

Browse files
committed
Reinstate chapter titles in the PDF version of the reference guide
Closes gh-2723
1 parent fe837c0 commit 617b859

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-docs/src/main/docbook/xsl

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/docbook/xsl/pdf.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ under the License.
310310
<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format"
311311
xsl:use-attribute-sets="chapter.titlepage.recto.style">
312312
<xsl:call-template name="component.title">
313-
<xsl:with-param name="node" select="ancestor-or-self::chapter[1]"/>
313+
<xsl:with-param name="node" select="ancestor-or-self::d:chapter[1]"/>
314314
</xsl:call-template>
315315
</fo:block>
316316
</xsl:template>

0 commit comments

Comments
 (0)