]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug in TOC title formatting
authorNorman Walsh <ndw@nwalsh.com>
Sat, 1 Dec 2001 18:57:11 +0000 (18:57 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 1 Dec 2001 18:57:11 +0000 (18:57 +0000)
xsl/fo/xep.xsl

index 664ef6cbb31b51a59b1c6172123440b588a162d2..dace8f8a86090307ca343ff636b3ff2c7e6bbd1c 100644 (file)
     <xsl:call-template name="object.id"/>
   </xsl:variable>
   <xsl:variable name="bookmark-label">
+    <xsl:apply-templates select="." mode="object.title.markup"/>
+<!--
     <xsl:apply-templates select="." mode="label.markup"/>
     <xsl:apply-templates select="." mode="title.markup"/>
+-->
   </xsl:variable>
 
   <xsl:choose>