From 8e75243a5bdd5316b18379b71971e9a139382617 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 24 Jan 2015 17:03:16 +0200 Subject: [PATCH] Improve detection of continuation lines in CSV import Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/manualcsv2xml.xslt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xslt/manualcsv2xml.xslt b/xslt/manualcsv2xml.xslt index ef6397580..50fc241e8 100644 --- a/xslt/manualcsv2xml.xslt +++ b/xslt/manualcsv2xml.xslt @@ -396,7 +396,15 @@ - + + + + + + + + +