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

index a80d40af49a588c33cad0d27cb48e0de026a95e7..1eeba36e5336b16125142d96d89b0f2396065a35 100644 (file)
@@ -647,10 +647,10 @@ Enhanced decompilation=</xsl:text>
   <xsl:if test="$htmlhelp.hhc.show.root != 0 or parent::*">
     <xsl:call-template name="hhc.entry"/>
   </xsl:if>
-  <xsl:if test="reference|preface|chapter|appendix|refentry|section|sect1|bibliodiv">
+  <xsl:if test="article|reference|preface|chapter|appendix|refentry|section|sect1|bibliodiv">
     <UL>&lf;
       <xsl:apply-templates
-       select="reference|preface|chapter|appendix|refentry|section|sect1|bibliodiv"
+       select="article|reference|preface|chapter|appendix|refentry|section|sect1|bibliodiv"
        mode="hhc"/>
     </UL>
   </xsl:if>