mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Suunto import: add description to weight import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
fade17d16b
commit
ea203373f8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
|
||||||
<xsl:if test="WEIGHT|WEIGTH != ''">
|
<xsl:if test="WEIGHT|WEIGTH != ''">
|
||||||
<weightsystem>
|
<weightsystem description='imported'>
|
||||||
<xsl:attribute name="weight">
|
<xsl:attribute name="weight">
|
||||||
<xsl:value-of select="concat(translate(WEIGHT|WEIGTH, ',', '.'), ' kg')"/>
|
<xsl:value-of select="concat(translate(WEIGHT|WEIGTH, ',', '.'), ' kg')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
|
|
Loading…
Add table
Reference in a new issue