VirtualBox

Changeset 94216 in vbox


Ignore:
Timestamp:
Mar 14, 2022 8:56:34 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150472
Message:

doc/manual/docbook-refentry-to-C-help.xsl: Allow <note></note> sections as a child for <listitem>, ​bugref:9186

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/docbook-refentry-to-C-help.xsl

    r93802 r94216  
    373373  <xsl:template match="varlistentry/listitem">
    374374    <xsl:call-template name="check-children">
    375       <xsl:with-param name="UnsupportedNodes" select="*[not(self::para or self::itemizedlist or self::orderedlist or self::variablelist)]|text()"/>
    376       <xsl:with-param name="SupportedNames">para, itemizedlist and orderedlist</xsl:with-param>
     375      <xsl:with-param name="UnsupportedNodes" select="*[not(self::para or self::itemizedlist or self::orderedlist or self::variablelist or self::note)]|text()"/>
     376      <xsl:with-param name="SupportedNames">para, itemizedlist, orderedlist and note</xsl:with-param>
    377377    </xsl:call-template>
    378378
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