Commit e47aae47 authored by Davis King's avatar Davis King

Fixed missing comma in python example program lists

parent f72305b2
...@@ -649,7 +649,7 @@ function BigToggle(node) ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment