Skip to content

Commit 01aae5d

Browse files
committed
changing the file extension of the root chunk to .xhtml
1 parent 6260f14 commit 01aae5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlbook-xsl/chunk.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<xsl:param name="generate.root.chunk" select="0"/>
2929

3030
<!-- Specify the filename for the root chunk, if $generate.root.chunk is enabled -->
31-
<xsl:param name="root.chunk.filename" select="'index.html'"/>
31+
<xsl:param name="root.chunk.filename" select="'index.xhtml'"/>
3232

3333
<!-- Specify a prefix for output filename for a given data-type -->
3434
<xsl:param name="output.filename.prefix.by.data-type">

0 commit comments

Comments
 (0)