summaryrefslogtreecommitdiff
path: root/doc/user/chtml.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/chtml.xsl')
-rw-r--r--doc/user/chtml.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/chtml.xsl b/doc/user/chtml.xsl
index fa01b464..e292c88e 100644
--- a/doc/user/chtml.xsl
+++ b/doc/user/chtml.xsl
@@ -52,5 +52,9 @@ reference toc,title
set toc,title
</xsl:param>
+<!-- Prevent our EPUB cover image from getting included -->
+<xsl:template match="mediaobject[@role = 'cover']">
+</xsl:template>
+
</xsl:stylesheet>