]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed obsolete 'title' param call in abstract template.
authorBob Stayton <bobs@sagehill.net>
Sun, 19 Sep 2004 00:35:15 +0000 (00:35 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 19 Sep 2004 00:35:15 +0000 (00:35 +0000)
xsl/fo/block.xsl

index c943c1247e2d4f286e492a39cf4586cc0a89a8fb..749dad9ab3f8d1af5526cc3ba80784b3526d9763 100644 (file)
     <xsl:if test="@id">
       <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
     </xsl:if>
-    <xsl:call-template name="formal.object.heading">
-      <xsl:with-param name="title">
-        <xsl:apply-templates select="." mode="title.markup"/>
-      </xsl:with-param>
-    </xsl:call-template>
+    <xsl:call-template name="formal.object.heading"/>
     <xsl:apply-templates/>
   </fo:block>
 </xsl:template>