mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Include dive number on uddf import
Adjust to UDDF 3.2 specification Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cb0762a3ff
commit
872ee7efab
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@
|
|||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<xsl:if test="dive_number != ''">
|
||||
<xsl:if test="dive_number|u:informationbeforedive/u:divenumber != ''">
|
||||
<xsl:attribute name="number">
|
||||
<xsl:value-of select="dive_number"/>
|
||||
<xsl:value-of select="dive_number|u:informationbeforedive/u:divenumber"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:if test="dive_duration != '' and dive_duration != 0">
|
||||
|
|
Loading…
Reference in a new issue