Include Boat in DiveLog import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ea2eb6afe3
commit
f7365015ff
@ -62,6 +62,9 @@
|
||||
<notes>
|
||||
<xsl:value-of select="notes"/>
|
||||
<xsl:value-of select="concat($lf, 'Weather: ', @Weather, $lf, 'Visibility: ', @Visibility)"/>
|
||||
<xsl:if test="@Boat != '' and @Boat != ' '">
|
||||
<xsl:value-of select="concat($lf, 'Boat: ', @Boat)"/>
|
||||
</xsl:if>
|
||||
</notes>
|
||||
|
||||
<cylinder>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user