Ignore:
Timestamp:
10/15/2004 08:04:11 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
3e0c81bb
Parents:
9d3e271
Message:

Internationalization support into the stylesheets, first phase.

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

File:
1 edited

Legend:

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

    r9d3e271 r1bec700  
    3030        </img>
    3131        <h3 class="admontitle">
    32           <xsl:value-of select="$admon.type"/>
    33           <xsl:if test="title">
    34             <xsl:text>: </xsl:text>
    35             <xsl:value-of select="title"/>
    36           </xsl:if>
     32          <xsl:apply-templates select="." mode="object.title.markup"/>
    3733        </h3>
    3834      </div>
Note: See TracChangeset for help on using the changeset viewer.