aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xslt/SuuntoSDM.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt
index fbea94b06..c6b078338 100644
--- a/xslt/SuuntoSDM.xslt
+++ b/xslt/SuuntoSDM.xslt
@@ -84,10 +84,10 @@
</xsl:otherwise>
</xsl:choose>
- <xsl:if test="WEIGHT != ''">
+ <xsl:if test="WEIGHT|WEIGTH != ''">
<weightsystem>
<xsl:attribute name="weight">
- <xsl:value-of select="concat(translate(WEIGHT, ',', '.'), ' kg')"/>
+ <xsl:value-of select="concat(translate(WEIGHT|WEIGTH, ',', '.'), ' kg')"/>
</xsl:attribute>
</weightsystem>
</xsl:if>