fix: render last action

This commit is contained in:
Mylloon 2024-05-06 20:28:29 +02:00
parent 160cbc2516
commit caef15253b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -59,7 +59,7 @@
<xsl:param name="y" select="0" />
<xsl:if
test="$idx lt count(*)">
test="$idx &lt;= count(*)">
<xsl:variable
name="action" select="*[position() = $idx]" />