diff options
Diffstat (limited to 'stylesheets/lfs-xsl/nochunks.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/nochunks.xsl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stylesheets/lfs-xsl/nochunks.xsl b/stylesheets/lfs-xsl/nochunks.xsl index 3ff0ebc72..351c6dbb3 100644 --- a/stylesheets/lfs-xsl/nochunks.xsl +++ b/stylesheets/lfs-xsl/nochunks.xsl @@ -10,9 +10,6 @@ <!-- Upstream XHTML templates --> <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/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" /> - <!-- Include our customized templates --> <xsl:include href="common.xsl"/> <xsl:include href="xhtml/lfs-index.xsl"/> |