Ignore:
Timestamp:
10/15/2004 08:06:36 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
1d796ff
Parents:
22f11a9
Message:

Internationalization support into the stylesheets, first phase.

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

File:
1 edited

Legend:

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

    r22f11a9 r4446abb  
    2020 
    2121  <xsl:template match="index" mode="title.markup">
    22     <xsl:value-of select="$index-title"/>
     22    <xsl:call-template name="gentext">
     23      <xsl:with-param name="key" select="$index-title"/>
     24    </xsl:call-template>
    2325  </xsl:template>
    24  
     26
    2527  <xsl:template name="index.titlepage">
    2628    <div class="titlepage">
    2729      <h1 class="index">
    28         <xsl:value-of select="$index-title"/>
     30        <xsl:call-template name="gentext">
     31          <xsl:with-param name="key" select="$index-title"/>
     32        </xsl:call-template>
    2933      </h1>
    3034    </div>
Note: See TracChangeset for help on using the changeset viewer.