VirtualBox

Changeset 97711 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 29, 2022 8:15:55 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154770
Message:

Main/glue-java.xsl: Move the closing "p" tag around. Javadoc needs it (otherwise it puts the whole description list into the short summary), but on the other hand it doesn't tolerate having the description list nested in it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r97710 r97711  
    488488<xsl:template match="desc" mode="results">
    489489  <xsl:if test="result">
    490     <xsl:text>&#10;&lt;p&gt;&lt;dl&gt;&lt;dt&gt;&lt;b&gt;Expected result codes:&lt;/b&gt;&lt;/dt&gt;&#10;</xsl:text>
     490    <xsl:text>&#10;&lt;p&gt;&lt;/p&gt;&lt;dl&gt;&lt;dt&gt;&lt;b&gt;Expected result codes:&lt;/b&gt;&lt;/dt&gt;&#10;</xsl:text>
    491491    <xsl:for-each select="result">
    492492      <xsl:text>&lt;dd&gt;&lt;code&gt;</xsl:text>
     
    504504      <xsl:text>&lt;/dd&gt;&#10;</xsl:text>
    505505    </xsl:for-each>
    506     <xsl:text>&lt;/dl&gt;&lt;/p&gt;&#10;</xsl:text>
     506    <xsl:text>&lt;/dl&gt;&#10;</xsl:text>
    507507  </xsl:if>
    508508</xsl:template>
Note: See TracChangeset for help on using the changeset viewer.

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