Skip to content

Commit b53e518

Browse files
Merge pull request #226 from oreillymedia/ATLAS-209-rootchunk-extension
ATLAS-209: Update toolchain to generate index file with .xhtml extension
2 parents 5ba91fa + 01aae5d commit b53e518

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)