</xsl:call-template>
</xsl:variable>
<xsl:variable name="title">
- <xsl:apply-templates select="$node" mode="title.markup"/>
+ <xsl:apply-templates select="$node" mode="object.title.markup"/>
</xsl:variable>
<xsl:if test="$passivetex.extensions != 0">
<xsl:param name="master-name" select="'unknown'"/>
<xsl:variable name="head">
<fo:block font-size="{$body.font.size}">
- <xsl:apply-templates select="." mode="label.markup"/>
- <xsl:text> </xsl:text>
- <xsl:apply-templates select="." mode="title.markup"/>
+ <xsl:apply-templates select="." mode="object.title.markup"/>
</fo:block>
</xsl:variable>