Fix typo: ODT > ODText

This commit is contained in:
Ivan Lanin 2014-06-09 18:52:06 +07:00
parent 1ec0589c55
commit 4c04071fd5
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class PhpWord
{
$mime = array(
'Word2007' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'ODT' => 'application/vnd.oasis.opendocument.text',
'ODText' => 'application/vnd.oasis.opendocument.text',
'RTF' => 'application/rtf',
'HTML' => 'text/html',
'PDF' => 'application/pdf',