mirror of https://github.com/davisking/dlib.git
Fixed missing comma in python example program lists
This commit is contained in:
parent
f72305b2d9
commit
e47aae47fc
|
@ -649,7 +649,7 @@ function BigToggle(node)
|
|||
<xsl:variable name="name" select="substring-before(.,'.html')"/>
|
||||
<xsl:if test="$fname != ''">
|
||||
<xsl:choose>
|
||||
<xsl:when test="position() >= last()-$numcpp">
|
||||
<xsl:when test="position() >= last()">
|
||||
<a href="{.}"><xsl:value-of select="$name"/></a>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
|
Loading…
Reference in New Issue