mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
CSV export: Remove erroneous printed dive site notes from export
Remove erroneous printed dive site notes from dive profile export. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
5c9345976c
commit
2f1d6867df
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
<xsl:apply-templates select="dive|trip/dive"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="divesites/site/notes"/>
|
||||
|
||||
<xsl:template match="dive">
|
||||
<xsl:variable name="number">
|
||||
<xsl:value-of select="@number"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue