Fixed missing comma in python example program lists

This commit is contained in:
Davis King 2014-02-23 18:05:46 -05:00
parent f72305b2d9
commit e47aae47fc
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ function BigToggle(node)
<xsl:variable name="name" select="substring-before(.,'.html')"/> <xsl:variable name="name" select="substring-before(.,'.html')"/>
<xsl:if test="$fname != ''"> <xsl:if test="$fname != ''">
<xsl:choose> <xsl:choose>
<xsl:when test="position() >= last()-$numcpp"> <xsl:when test="position() >= last()">
<a href="{.}"><xsl:value-of select="$name"/></a> <a href="{.}"><xsl:value-of select="$name"/></a>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>