Changeset 8115bad4


Ignore:
Timestamp:
05/24/2004 07:36:38 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
f87d4e5
Parents:
1475ee8
Message:

Fixed nochunks output encoding

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-nochunks.xsl

    r1475ee8 r8115bad4  
    1010        <!-- We use XHTML -->
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/docbook.xsl"/>
     12
     13  <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
     14  <xsl:output method="html" encoding="ISO-8859-1" indent="no" />
    1215 
    1316        <!-- Including our others customized templates -->
Note: See TracChangeset for help on using the changeset viewer.