summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2019-05-09 06:53:02 +0300
committerGravatar Robert C. Helling <helling@atdotde.de>2019-05-10 10:40:35 +0200
commitea203373f83905cc12c995ea4dada63284584c30 (patch)
tree60ffcfdbd6e2ef64eab5abeb101584897ecacf26
parentfade17d16b383355227879365988f6f512d23514 (diff)
downloadsubsurface-ea203373f83905cc12c995ea4dada63284584c30.tar.gz
Suunto import: add description to weight import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
-rw-r--r--xslt/SuuntoSDM.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt
index c6b078338..ccecf5079 100644
--- a/xslt/SuuntoSDM.xslt
+++ b/xslt/SuuntoSDM.xslt
@@ -85,7 +85,7 @@
</xsl:choose>
<xsl:if test="WEIGHT|WEIGTH != ''">
- <weightsystem>
+ <weightsystem description='imported'>
<xsl:attribute name="weight">
<xsl:value-of select="concat(translate(WEIGHT|WEIGTH, ',', '.'), ' kg')"/>
</xsl:attribute>