From 54de2e6b2280703681b663f38d8caabccc35919f Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Mon, 13 Nov 2023 15:46:45 +0100 Subject: [PATCH] Erreur dans un espace de nom --- src/js/opendocument/OpenDocument.XmlWriter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/opendocument/OpenDocument.XmlWriter.js b/src/js/opendocument/OpenDocument.XmlWriter.js index ebedd0b..363f7de 100644 --- a/src/js/opendocument/OpenDocument.XmlWriter.js +++ b/src/js/opendocument/OpenDocument.XmlWriter.js @@ -70,7 +70,7 @@ OpenDocument.XmlWriter.prototype.addXmlnsAttributes = function () { .addAttribute("xmlns:xhtml", "http://www.w3.org/1999/xhtml") .addAttribute("xmlns:grddl", "http://www.w3.org/2003/g/data-view#") .addAttribute("xmlns:tableooo", "http://openoffice.org/2009/table") - .addAttribute("xmlns:vdrawooo", "http://openoffice.org/2010/draw") + .addAttribute("xmlns:drawooo", "http://openoffice.org/2010/draw") .addAttribute("xmlns:calcext", "urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0") .addAttribute("xmlns:loext", "urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0") .addAttribute("xmlns:field", "urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0")