diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-05 21:58:06 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-07-05 21:58:06 +0000 |
commit | 369d8b1904a8b83f31c180a17d3fe260968c1cd7 (patch) | |
tree | 2b82b01e9985fb4ab1df0f166109937dba0de663 /stylesheets | |
parent | c873d8072e3e1fb78b1be4ba5e3f8e3548d29694 (diff) |
Merged r8198 from new-xsl branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-xsl/nochunks.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/lfs-xsl/nochunks.xsl b/stylesheets/lfs-xsl/nochunks.xsl index 5f80418d2..acbd71b7a 100644 --- a/stylesheets/lfs-xsl/nochunks.xsl +++ b/stylesheets/lfs-xsl/nochunks.xsl @@ -12,8 +12,8 @@ $Date$ <!-- Stylesheet for non-chunked XHTML output Replaces {docbook-xsl}/xhtml/profile-docbook.xsl --> - <!-- Upstream XHTML profiled templates --> - <xsl:import href="docbook-xsl-snapshot/xhtml/profile-docbook.xsl"/> + <!-- Upstream XHTML templates --> + <xsl:import href="docbook-xsl-snapshot/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" /> |