This commit is contained in:
Michal Čihař
2006-04-28 09:29:52 +00:00
parent 77d003c05d
commit 63097eb48e

View File

@@ -60,7 +60,7 @@ function PMA_exportFooter() {
* @access public
*/
function PMA_exportHeader() {
$GLOBALS['odt_buffer'] .= '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?' . '>'
$GLOBALS['ods_buffer'] .= '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?' . '>'
. '<office:document-content '
. 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" '
. 'xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" '