]> granicus.if.org Git - docbook-dsssl/commitdiff
Corrected template for bridgehead in mode="title.markup" to
authorBob Stayton <bobs@sagehill.net>
Thu, 29 Nov 2012 18:11:40 +0000 (18:11 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 29 Nov 2012 18:11:40 +0000 (18:11 +0000)
process its children in normal mode.

xsl/common/titles.xsl

index e3025b12ec2b393cbd095c1e791e7b9541c956d2..bb0aefc7e2ff53cbfa8a5b92f661e3aa46b8a105 100644 (file)
@@ -274,7 +274,7 @@ title of the element. This does not include the label.
 </xsl:template>
 
 <xsl:template match="bridgehead" mode="title.markup">
-  <xsl:apply-templates mode="title.markup"/>
+  <xsl:apply-templates/>
 </xsl:template>
 
 <xsl:template match="refsynopsisdiv" mode="title.markup">