From a9cc7f9b10017d2fe3d95bf19d1e9c2389631ef9 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Wed, 6 Mar 2013 19:11:19 +0200 Subject: Fix import when locale set to decimal comma This should take care of locale caused problems when the input uses decimal point but locale uses decimal comma. Also the sample I have of Suunto DM3 format weight is represented with comma instead of dot so converting that as well. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/DivingLog.xslt | 2 +- xslt/MacDive.xslt | 10 +++++----- xslt/SuuntoSDM.xslt | 4 ++-- xslt/divelogs.xslt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xslt/DivingLog.xslt b/xslt/DivingLog.xslt index 9c17f2c74..91c5d502e 100644 --- a/xslt/DivingLog.xslt +++ b/xslt/DivingLog.xslt @@ -97,7 +97,7 @@ - + diff --git a/xslt/MacDive.xslt b/xslt/MacDive.xslt index 8faa429b1..e9ad9a801 100644 --- a/xslt/MacDive.xslt +++ b/xslt/MacDive.xslt @@ -395,7 +395,7 @@ - + @@ -412,13 +412,13 @@ - + - + @@ -462,7 +462,7 @@ - + @@ -480,7 +480,7 @@ - + diff --git a/xslt/SuuntoSDM.xslt b/xslt/SuuntoSDM.xslt index 14d088c97..a3159a58b 100644 --- a/xslt/SuuntoSDM.xslt +++ b/xslt/SuuntoSDM.xslt @@ -65,7 +65,7 @@ - + @@ -240,7 +240,7 @@ - + 0 diff --git a/xslt/divelogs.xslt b/xslt/divelogs.xslt index 879fd3d32..3855c1552 100644 --- a/xslt/divelogs.xslt +++ b/xslt/divelogs.xslt @@ -94,7 +94,7 @@ - + -- cgit v1.2.3-70-g09d2