Skip to content

Commit b9cfe2b

Browse files
committed
Fixed option parsing.
1 parent 7a47170 commit b9cfe2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entries2html.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@
492492
</p>
493493
</xsl:otherwise>
494494
</xsl:choose>
495-
<xsl:if test="@type='Options'">
495+
<xsl:if test="option">
496496
<div class="options">
497-
<xsl:apply-templates select="../../options/option"/>
497+
<xsl:apply-templates select="option"/>
498498
</div>
499499
</xsl:if>
500500
</xsl:for-each>

0 commit comments

Comments
 (0)