From 24ac35e1078eff404391a506f5518960d357b408 Mon Sep 17 00:00:00 2001 From: Martin Long Date: Tue, 9 Dec 2014 23:24:49 +0000 Subject: [PATCH] Prevent UserID from being 'stuffed' into the start of UDDF export. Due to there being no xsl template for the userID, it ended up getting inserted at the start of the output. This adds an empty template to map the element, preventing this erronious insertion. Signed-off-by: Marton Long Signed-off-by: Dirk Hohndel --- xslt/uddf-export.xslt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt index c7004eed4..d80e637ed 100644 --- a/xslt/uddf-export.xslt +++ b/xslt/uddf-export.xslt @@ -7,6 +7,8 @@ + +