Ignore:
Timestamp:
May 8, 2007, 9:58:51 AM (16 years ago)
Author:
Nicklas Nordborg
Message:

Do not generate section TOC for non-chunked sect1 sections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/docbook/docbook/xsl/html/sections.xsl

    r3283 r3303  
    133133
    134134    <xsl:if test="contains($toc.params, 'toc')
    135                   and $generate.section.toc.level &gt;= 1">
     135                  and $generate.section.toc.level &gt;= 1 and ../@chunked = '1'">
    136136      <xsl:call-template name="section.toc">
    137137        <xsl:with-param name="toc.title.p" select="contains($toc.params, 'title')"/>
Note: See TracChangeset for help on using the changeset viewer.