From 12f2c2ed5cbf45f13c63af4eb778833cd21e8ce4 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 11 May 2012 14:13:45 -0700 Subject: [PATCH] Fix dive notes import from Suundo SDM The xslt translation didn't add the tag for the notes, so while it did select the notes from the SDM file, that never made it into the subsurface notes. Also added weather info to the notes, mainly as an example. There are probably other things we could do, but this fixes at least the trivial test-case from Szymon Kosecki. Reported-by: Szymon Kosecki Signed-off-by: Linus Torvalds --- xslt/SuuntoSDM.xslt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 45c1512..391bdf8 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -62,9 +62,14 @@ + + + Weather: + + -- 2.43.0