summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-10-02 12:46:26 +0000
committerSarven Capadisli <csarven@status.net>2009-10-02 12:46:26 +0000
commit43cd0f87190e55c0973350265fffd2e6c3e5caa2 (patch)
tree248a2ee1f873bb81ee18373b005a8002924e9df7 /plugins/MobileProfile
parentd09444309f80fe1f274ec2dda4975a96506fcca9 (diff)
Don't need text/xml until further evidence
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 5ee2d9097..dd67ffcc9 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -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';