summaryrefslogtreecommitdiff
path: root/deps/jemalloc/doc/html.xsl.in
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/doc/html.xsl.in')
-rw-r--r--deps/jemalloc/doc/html.xsl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/jemalloc/doc/html.xsl.in b/deps/jemalloc/doc/html.xsl.in
index a91d9746f..ec4fa6552 100644
--- a/deps/jemalloc/doc/html.xsl.in
+++ b/deps/jemalloc/doc/html.xsl.in
@@ -1,4 +1,5 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="@XSLROOT@/html/docbook.xsl"/>
<xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
+ <xsl:output method="xml" encoding="utf-8"/>
</xsl:stylesheet>