diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2019-05-09 06:53:02 +0300 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2019-05-10 10:40:35 +0200 |
commit | ea203373f83905cc12c995ea4dada63284584c30 (patch) | |
tree | 60ffcfdbd6e2ef64eab5abeb101584897ecacf26 | |
parent | fade17d16b383355227879365988f6f512d23514 (diff) | |
download | subsurface-ea203373f83905cc12c995ea4dada63284584c30.tar.gz |
Suunto import: add description to weight import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
-rw-r--r-- | xslt/SuuntoSDM.xslt | 2 |
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> |