Ignore:
Timestamp:
Sep 9, 2007, 2:01:29 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a063414
Parents:
1c62f2a
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

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

    r1c62f2a rd7c9f58  
    8686            <xsl:if test="$admon.textlabel != 0 or title or info/title">
    8787              <fo:block xsl:use-attribute-sets="admonition.title.properties">
    88                 <xsl:apply-templates select="." mode="object.title.markup"/>
     88                <xsl:apply-templates select="." mode="object.title.markup">
     89                  <xsl:with-param name="allow-anchors" select="1"/>
     90                </xsl:apply-templates>
    8991              </fo:block>
    9092            </xsl:if>
     
    108110      <fo:block keep-with-next.within-column='always'
    109111                xsl:use-attribute-sets="admonition.title.properties">
    110          <xsl:apply-templates select="." mode="object.title.markup"/>
     112         <xsl:apply-templates select="." mode="object.title.markup">
     113           <xsl:with-param name="allow-anchors" select="1"/>
     114         </xsl:apply-templates>
    111115      </fo:block>
    112116    </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.