mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Add entryType as tag on MacDive import
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c8bbc74447
commit
49e10f6555
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
</xsl:call-template>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:attribute name="tags">
|
||||
<xsl:value-of select="entryType"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:variable name="delta">
|
||||
<xsl:value-of select="sampleInterval"/>
|
||||
</xsl:variable>
|
||||
|
|
Loading…
Reference in a new issue