Include missing number namespace from our ODS export

This commit is contained in:
Michal Čihař 2013-07-01 13:23:13 +02:00
parent 08566b8175
commit a0cf5b3de1

View File

@ -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" ';
/**