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:
Miika Turkia 2015-02-18 19:55:29 +02:00 committed by Dirk Hohndel
parent ea2eb6afe3
commit f7365015ff

View file

@ -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>