Skip to content

Commit fbfd385

Browse files
Revert "ATLAS-209: Update toolchain to generate index file with .xhtml extension"
1 parent b53e518 commit fbfd385

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.xhtml'"/>
31+
<xsl:param name="root.chunk.filename" select="'index.html'"/>
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)