DiveLog import: Only include weight when available
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
541ec4fcac
commit
554b652d25
@ -128,7 +128,7 @@
|
||||
</xsl:if>
|
||||
</cylinder>
|
||||
|
||||
<xsl:if test="@Weight != ''">
|
||||
<xsl:if test="@Weight != '' and @Weight != '0.0'">
|
||||
<weightsystem>
|
||||
<xsl:attribute name="weight">
|
||||
<xsl:call-template name="weightConvert">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user