diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-03-08 20:12:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-03-08 10:17:33 -0800 |
commit | 4297d931a3da5fcfb8d8631ca9ad1be263bb22d2 (patch) | |
tree | ffb7f2ab1d341a402ee30da43e019cd592251218 /xslt/DivingLog.xslt | |
parent | 473bc91c8af9de1e41e9eb3e67107d8496ab61c8 (diff) | |
download | subsurface-4297d931a3da5fcfb8d8631ca9ad1be263bb22d2.tar.gz |
Identify converted files as imported
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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> |