diff options
Diffstat (limited to 'xslt/divelogs.xslt')
-rw-r--r-- | xslt/divelogs.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/divelogs.xslt b/xslt/divelogs.xslt index 3855c1552..f66ffccfe 100644 --- a/xslt/divelogs.xslt +++ b/xslt/divelogs.xslt @@ -4,7 +4,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> - <divelog program='subsurface' version='2'> + <divelog program='subsurface-import' version='2'> <dives> <xsl:apply-templates select="DIVELOGSDATA"/> </dives> |