diff options
Diffstat (limited to 'xslt/DivingLog.xslt')
-rw-r--r-- | xslt/DivingLog.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/DivingLog.xslt b/xslt/DivingLog.xslt index 91c5d502e..4e7dc8b08 100644 --- a/xslt/DivingLog.xslt +++ b/xslt/DivingLog.xslt @@ -3,7 +3,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="/Divinglog/Logbook/Dive"/> </dives> |