aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-nochunks.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-nochunks.xsl')
-rw-r--r--stylesheets/lfs-nochunks.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/lfs-nochunks.xsl b/stylesheets/lfs-nochunks.xsl
index 41038a992..6006d26c7 100644
--- a/stylesheets/lfs-nochunks.xsl
+++ b/stylesheets/lfs-nochunks.xsl
@@ -9,6 +9,9 @@ Based on the original lfs-chunked.xsl created by Matthew Burgess -->
<!-- We use XHTML -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/docbook.xsl"/>
+
+ <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
+ <xsl:output method="html" encoding="ISO-8859-1" indent="no" />
<!-- Including our others customized templates -->
<xsl:include href="xhtml/lfs-admon.xsl"/>