Changeset 3ed279f for stylesheets


Ignore:
Timestamp:
08/08/2004 03:09:34 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
6b85f8a
Parents:
0869f1e
Message:

Tags changes in the contents sections to make a better print output.

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

File:
1 edited

Legend:

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

    r0869f1e r3ed279f  
    2626  <xsl:template match="variablelist">
    2727    <div class="{name(.)}">
    28       <xsl:if test="title">
     28      <xsl:if test="title | bridgehead">
    2929        <xsl:choose>
    3030          <xsl:when test="@role = 'materials'">
    3131            <h2>
    32               <xsl:value-of select="title"/>
     32              <xsl:value-of select="title | bridgehead"/>
    3333            </h2>
    3434          </xsl:when>
    3535          <xsl:otherwise>
    3636            <h3>
    37               <xsl:value-of select="title"/>
     37              <xsl:value-of select="title | bridgehead"/>
    3838            </h3>
    3939          </xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.