From 0851e2969168a86034229a8daf96af0cf201e8bc Mon Sep 17 00:00:00 2001 From: Kapilraj Thangeswaran Date: Thu, 15 Dec 2016 09:59:43 +0100 Subject: [PATCH] Correction erreur format json --- hdoc_to_mongo/xsl/main.xsl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hdoc_to_mongo/xsl/main.xsl b/hdoc_to_mongo/xsl/main.xsl index 06d8b89..1ba83e6 100644 --- a/hdoc_to_mongo/xsl/main.xsl +++ b/hdoc_to_mongo/xsl/main.xsl @@ -13,10 +13,12 @@ { - title : , - authors : , - keywords : , - rights : , + "title" : , + "authors" : , + "keywords" : , + "rights" : } + + \ No newline at end of file -- GitLab