aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-chunked.xsl
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-19 20:16:58 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-19 20:16:58 +0000
commita9e89d0c26b67d4f4ad136be1f701665c7b04c72 (patch)
treedcb6fb3d304753460d6f275ac3e3d9b74a2896a2 /stylesheets/lfs-chunked.xsl
parent28501c71298af5866445fa8c8dd6e71f61287271 (diff)
HEAD: StyleSheets - unified the identation to use spaces.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-chunked.xsl')
-rw-r--r--stylesheets/lfs-chunked.xsl12
1 files changed, 6 insertions, 6 deletions
diff --git a/stylesheets/lfs-chunked.xsl b/stylesheets/lfs-chunked.xsl
index 361af2b6f..b53c78dd7 100644
--- a/stylesheets/lfs-chunked.xsl
+++ b/stylesheets/lfs-chunked.xsl
@@ -4,11 +4,11 @@
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">
- <!-- We use XHTML -->
+ <!-- We use XHTML -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/chunk.xsl"/>
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
- <!-- Including our others customized templates -->
+ <!-- Including our others customized templates -->
<xsl:include href="xhtml/lfs-admon.xsl"/>
<xsl:include href="xhtml/lfs-index.xsl"/>
<xsl:include href="xhtml/lfs-legalnotice.xsl"/>
@@ -17,14 +17,14 @@
<xsl:include href="xhtml/lfs-titles.xsl"/>
<xsl:include href="xhtml/lfs-toc.xsl"/>
- <!-- The CSS Stylesheet -->
+ <!-- The CSS Stylesheet -->
<xsl:param name="html.stylesheet" select="'../stylesheets/lfs.css'"/>
- <!-- Dropping some unwanted style attributes -->
+ <!-- Dropping some unwanted style attributes -->
<xsl:param name="ulink.target" select="''"></xsl:param>
<xsl:param name="css.decoration" select="0"></xsl:param>
- <!-- No XML declaration -->
- <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
+ <!-- No XML declaration -->
+ <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
</xsl:stylesheet>