</xsl:call-template>
</xsl:variable>
<xsl:variable name="title">
- <xsl:apply-templates select="$node" mode="object.title.markup"/>
+ <xsl:apply-templates select="$node" mode="object.title.markup">
+ <xsl:with-param name="allow-anchors" select="1"/>
+ </xsl:apply-templates>
</xsl:variable>
<xsl:if test="$passivetex.extensions != 0">
<xsl:with-param name="node" select="$node"/>
<xsl:with-param name="conditional" select="0"/>
</xsl:call-template>
- <xsl:apply-templates select="$node" mode="object.title.markup"/>
+ <xsl:apply-templates select="$node" mode="object.title.markup">
+ <xsl:with-param name="allow-anchors" select="1"/>
+ </xsl:apply-templates>
</h2>
</xsl:template>