mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
Fixed nochunks output encoding
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a9638aa018
commit
8d11d9f0c8
@ -10,6 +10,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"/>
|
||||
<xsl:include href="xhtml/lfs-index.xsl"/>
|
||||
|
Loading…
Reference in New Issue
Block a user