mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue