diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-19 20:16:58 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-19 20:16:58 +0000 |
commit | a9e89d0c26b67d4f4ad136be1f701665c7b04c72 (patch) | |
tree | dcb6fb3d304753460d6f275ac3e3d9b74a2896a2 /stylesheets/print/lfs-index.xsl | |
parent | 28501c71298af5866445fa8c8dd6e71f61287271 (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/print/lfs-index.xsl')
-rw-r--r-- | stylesheets/print/lfs-index.xsl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stylesheets/print/lfs-index.xsl b/stylesheets/print/lfs-index.xsl index cf216e6b7..7cffd5328 100644 --- a/stylesheets/print/lfs-index.xsl +++ b/stylesheets/print/lfs-index.xsl @@ -12,11 +12,11 @@ <!--Title--> <xsl:template match="index" mode="title.markup"> - <xsl:param name="allow-anchors" select="0"/> + <xsl:param name="allow-anchors" select="0"/> <xsl:text>Index of packages and important installed files</xsl:text> - </xsl:template> + </xsl:template> - <!-- Divisions--> + <!-- Divisions--> <xsl:template match="indexterm" mode="index-div"> <xsl:param name="scope" select="."/> <xsl:variable name="key" @@ -63,17 +63,17 @@ </xsl:if> </xsl:template> - <!-- The separator --> + <!-- The separator --> <xsl:template match="indexterm" mode="reference"> <xsl:param name="scope" select="."/> <xsl:text>: </xsl:text> - <xsl:call-template name="reference"> + <xsl:call-template name="reference"> <xsl:with-param name="zones" select="normalize-space(@zone)"/> <xsl:with-param name="scope" select="$scope"/> </xsl:call-template> </xsl:template> - <!--Bookmarks--> + <!--Bookmarks--> <xsl:template name="reference"> <xsl:param name="scope" select="."/> <xsl:param name="zones"/> @@ -95,13 +95,13 @@ </xsl:variable> <fo:basic-link internal-destination="{$id}"> <xsl:apply-templates select="$target" mode="page.citation"> - <xsl:with-param name="id" select="$id"/> + <xsl:with-param name="id" select="$id"/> </xsl:apply-templates> </fo:basic-link> <xsl:text> , </xsl:text> <fo:basic-link internal-destination="{$id2}"> <xsl:apply-templates select="$target2" mode="page.citation"> - <xsl:with-param name="id" select="$id2"/> + <xsl:with-param name="id" select="$id2"/> </xsl:apply-templates> </fo:basic-link> </xsl:when> @@ -115,7 +115,7 @@ </xsl:variable> <fo:basic-link internal-destination="{$id}"> <xsl:apply-templates select="$target" mode="page.citation"> - <xsl:with-param name="id" select="$id"/> + <xsl:with-param name="id" select="$id"/> </xsl:apply-templates> </fo:basic-link> </xsl:otherwise> |