diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 12:43:47 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 12:43:47 +0000 |
commit | faf339809307b5793dbd1d5891e8270d26394037 (patch) | |
tree | 622232a0d71819762df9367b7e337e8cd9fdfd84 /stylesheets/lfs-nochunks.xsl | |
parent | f7bd105db3cf74fb6d2bfed726cf5d187cb1109f (diff) |
Unstable use docbook-xsl-1.67.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-nochunks.xsl')
-rw-r--r-- | stylesheets/lfs-nochunks.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-nochunks.xsl b/stylesheets/lfs-nochunks.xsl index 434932081..f3b2fb30a 100644 --- a/stylesheets/lfs-nochunks.xsl +++ b/stylesheets/lfs-nochunks.xsl @@ -5,7 +5,7 @@ version="1.0"> <!-- We use XHTML --> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/xhtml/docbook.xsl"/> + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/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" /> |