Ignore:
Timestamp:
Jul 21, 2007, 8:07:11 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
a6966fa
Parents:
3ca2208
Message:

Merged r8226 from new-xsl branch.

File:
1 edited

Legend:

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

    r3ca2208 r00b1e11  
    114114    </xsl:if>
    115115
    116     <h3 class="title">
    117       <xsl:call-template name="anchor"/>
    118       <xsl:if test="$admon.textlabel != 0 or title or info/title">
     116    <xsl:if test="$admon.textlabel != 0 or title or info/title">
     117      <h3 class="title">
     118        <xsl:call-template name="anchor"/>
    119119        <xsl:apply-templates select="." mode="object.title.markup"/>
    120       </xsl:if>
    121     </h3>
     120      </h3>
     121    </xsl:if>
    122122
    123123    <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.