Don't need text/xml until further evidence

This commit is contained in:
Sarven Capadisli 2009-10-02 12:46:26 +00:00
parent d09444309f
commit 43cd0f8719
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
}
define('PAGE_TYPE_PREFS',
'application/vnd.wap.xhtml+xml, application/xhtml+xml, text/xml;q=0.9'.
', text/html;q=0.3'
);
'application/vnd.wap.xhtml+xml, application/xhtml+xml, text/html;q=0.9');
require_once INSTALLDIR.'/plugins/Mobile/WAP20Plugin.php';