better
This commit is contained in:
parent
caef15253b
commit
ae057436d6
1 changed files with 1 additions and 1 deletions
2
svg.xsl
2
svg.xsl
|
@ -59,7 +59,7 @@
|
|||
<xsl:param name="y" select="0" />
|
||||
|
||||
<xsl:if
|
||||
test="$idx <= count(*)">
|
||||
test="count(*) >= $idx">
|
||||
<xsl:variable
|
||||
name="action" select="*[position() = $idx]" />
|
||||
|
||||
|
|
Reference in a new issue