Ignore:
Timestamp:
05/19/2004 08:16:58 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8df9f63
Parents:
28501c7
Message:

HEAD: StyleSheets - unified the identation to use spaces.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/print/lfs-index.xsl

    r28501c7 ra9e89d0  
    1313    <!--Title-->
    1414  <xsl:template match="index" mode="title.markup">
    15         <xsl:param name="allow-anchors" select="0"/>
     15    <xsl:param name="allow-anchors" select="0"/>
    1616    <xsl:text>Index of packages and important installed files</xsl:text>
    17         </xsl:template>
     17  </xsl:template>
    1818
    19         <!-- Divisions-->
     19    <!-- Divisions-->
    2020  <xsl:template match="indexterm" mode="index-div">
    2121    <xsl:param name="scope" select="."/>
     
    6464  </xsl:template>
    6565
    66         <!-- The separator -->
     66    <!-- The separator -->
    6767  <xsl:template match="indexterm" mode="reference">
    6868    <xsl:param name="scope" select="."/>
    6969    <xsl:text>:   </xsl:text>
    70         <xsl:call-template name="reference">
     70      <xsl:call-template name="reference">
    7171        <xsl:with-param name="zones" select="normalize-space(@zone)"/>
    7272        <xsl:with-param name="scope" select="$scope"/>
     
    7474  </xsl:template>
    7575 
    76         <!--Bookmarks-->
     76    <!--Bookmarks-->
    7777  <xsl:template name="reference">
    7878    <xsl:param name="scope" select="."/>
     
    9696        <fo:basic-link internal-destination="{$id}">
    9797          <xsl:apply-templates select="$target" mode="page.citation">
    98                 <xsl:with-param name="id" select="$id"/>
     98            <xsl:with-param name="id" select="$id"/>
    9999          </xsl:apply-templates>
    100100        </fo:basic-link>
     
    102102        <fo:basic-link internal-destination="{$id2}">
    103103          <xsl:apply-templates select="$target2" mode="page.citation">
    104                 <xsl:with-param name="id" select="$id2"/>
     104            <xsl:with-param name="id" select="$id2"/>
    105105          </xsl:apply-templates>
    106106        </fo:basic-link>
     
    116116        <fo:basic-link internal-destination="{$id}">
    117117          <xsl:apply-templates select="$target" mode="page.citation">
    118                 <xsl:with-param name="id" select="$id"/>
     118            <xsl:with-param name="id" select="$id"/>
    119119          </xsl:apply-templates>
    120120        </fo:basic-link>
Note: See TracChangeset for help on using the changeset viewer.