mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Manual CSV import had wrong tag name for DC
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b88d403fb6
commit
caeb72ceb0
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
|
||||
<divecomputerid deviceid="ffffffff" model="csv" />
|
||||
<divecomputer deviceid="ffffffff" model="csv" />
|
||||
|
||||
<xsl:if test="$locationField >= 0 or $gpsField >= 0">
|
||||
<location>
|
||||
|
|
Loading…
Reference in a new issue