Skip to content

Commit ec05ddd

Browse files
Merge pull request #228 from oreillymedia/revert-225-ATLAS-206-coverfile-extension
Revert "ATLAS-206: Update toolchain to generate EPUB cover file with .xhtml extension"
2 parents 54fc1f9 + 843271b commit ec05ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlbook-xsl/epub.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
</xsl:param>
162162

163163
<!-- Param to specify filename for cover HTML (only applicable if $generate.cover.html is enabled)-->
164-
<xsl:param name="cover.html.filename" select="'cover.xhtml'"/>
164+
<xsl:param name="cover.html.filename" select="'cover.html'"/>
165165

166166
<!-- Param to specify whether or not to include the cover HTML file in the spine (only applicable if $generate.cover.html is enabled)-->
167167
<xsl:param name="cover.in.spine" select="1"/>

0 commit comments

Comments
 (0)