rename saveAs to name

This commit is contained in:
2024-10-23 15:17:03 +02:00
parent df4648e12a
commit 8e5f010da0
4 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
<xsl:variable name="init" select="document($originalURL)/nmaprun"/>
<xsl:variable name="nextComparison">
<xsl:choose>
<xsl:when test="$thisURL"><xsl:value-of select="$saveAs"/></xsl:when>
<xsl:when test="$thisURL"><xsl:value-of select="$thisURL"/></xsl:when>
<xsl:when test="$originalURL"><xsl:value-of select="$originalURL"/></xsl:when>
<xsl:otherwise></xsl:otherwise>
</xsl:choose>