From a0cf5b3de15e3606aa1e9cfa83d032d29b3832b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 1 Jul 2013 13:23:13 +0200 Subject: [PATCH] Include missing number namespace from our ODS export --- libraries/opendocument.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/opendocument.lib.php b/libraries/opendocument.lib.php index b1325034dc..08ff2b16b7 100644 --- a/libraries/opendocument.lib.php +++ b/libraries/opendocument.lib.php @@ -19,6 +19,7 @@ $GLOBALS['OpenDocumentNS'] . 'xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" ' . 'xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" ' . 'xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" ' + . 'xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" ' . 'xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" '; /**