]> granicus.if.org Git - docbook-dsssl/commitdiff
Changing the mode in the apply-templates from title.markup to object.title.markup...
authorDavid Cramer <david@thingbag.net>
Fri, 6 Sep 2002 19:14:31 +0000 (19:14 +0000)
committerDavid Cramer <david@thingbag.net>
Fri, 6 Sep 2002 19:14:31 +0000 (19:14 +0000)
xsl/fo/component.xsl

index 8419ab42f958d31b09c330ab8117f0b8f50a6d52..a2b74b26479511f5c2d14d0131f18416a0edec46 100644 (file)
     <xsl:call-template name="section.heading">
       <xsl:with-param name="level" select="2"/>
       <xsl:with-param name="title">
-        <xsl:apply-templates select="." mode="title.markup"/>
+        <xsl:apply-templates select="." mode="object.title.markup"/>
       </xsl:with-param>
     </xsl:call-template>