]> granicus.if.org Git - docbook-dsssl/commitdiff
Add empty default template for titleabbrev since it is always processed in a mode.
authorBob Stayton <bobs@sagehill.net>
Wed, 23 Jan 2013 20:03:15 +0000 (20:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 23 Jan 2013 20:03:15 +0000 (20:03 +0000)
xsl/common/titles.xsl

index 6e82b094674be79a20fd6d92bdd370bb2b62d380..c5fe366b5d69084810534f40a3bbe0c395726e6a 100644 (file)
@@ -534,6 +534,9 @@ title of the element. This does not include the label.
 
 <!-- ============================================================ -->
 
+<!-- titleabbrev is always processed in a mode -->
+<xsl:template match="titleabbrev"/>
+
 <xsl:template match="*" mode="titleabbrev.markup">
   <xsl:param name="allow-anchors" select="0"/>
   <xsl:param name="verbose" select="1"/>