VirtualBox

Changeset 86633 in vbox


Ignore:
Timestamp:
Oct 20, 2020 7:23:30 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141008
Message:

FE/Qt: bugref:9831. Adding 'preface' item to toc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/xhtml-qhelp.xsl

    r86613 r86633  
    2929        <xsl:value-of select="$newline" />
    3030        <xsl:element name="toc">
    31           <xsl:apply-templates select="//xhtml:div[@class='toc']//xhtml:span[@class='chapter']"/>
     31          <xsl:apply-templates select="//xhtml:div[@class='toc']//xhtml:span[@class='chapter'] | //xhtml:div[@class='toc']//xhtml:span[@class='preface']"/>
    3232        </xsl:element><!-- toc -->
    3333        <xsl:value-of select="$newline" />
     
    6060
    6161  <!-- ===================toc related template(s)====================== -->
    62   <xsl:template match="xhtml:span[@class='chapter']">
     62  <xsl:template match="xhtml:span[@class='chapter'] | xhtml:span[@class='preface']">
    6363    <xsl:element name="section">
    6464      <xsl:attribute name="title">
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette