]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix missing "Chapter n" label when use chapter/info/title.
authorBob Stayton <bobs@sagehill.net>
Mon, 11 Jan 2010 03:16:56 +0000 (03:16 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 11 Jan 2010 03:16:56 +0000 (03:16 +0000)
xsl/html/component.xsl

index 20eff5778c58a6d92934a87706762c91d2fc2544..318351a47e79df2ef4ce5272752970c72f284d1e 100644 (file)
   </div>
 </xsl:template>
 
-<xsl:template match="chapter/title|chapter/chapterinfo/title"
+<xsl:template match="chapter/title|chapter/chapterinfo/title|chapter/info/title"
              mode="titlepage.mode" priority="2">
   <xsl:call-template name="component.title">
     <xsl:with-param name="node" select="ancestor::chapter[1]"/>