]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #1477771 where article was missing from part TOC.
authorBob Stayton <bobs@sagehill.net>
Sun, 13 Aug 2006 07:15:40 +0000 (07:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 13 Aug 2006 07:15:40 +0000 (07:15 +0000)
xsl/javahelp/javahelp.xsl

index 9bb43bdab82f3ccc37b0c1188841ed26b9424d7f..a3adcdcd381ee0b296e50aa6101ced40b0cc1408 100644 (file)
@@ -203,7 +203,7 @@ references. In that case you can select appropriate encoding here.</para>
       <xsl:value-of select="$title"/>
     </xsl:attribute>
     <xsl:apply-templates
-      select="preface|chapter|appendix|refentry|section|sect1"
+      select="article|preface|chapter|appendix|refentry|section|sect1"
       mode="jhtoc"/>
   </tocitem>
 </xsl:template>