diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-02 12:46:26 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-02 12:46:26 +0000 |
commit | 43cd0f87190e55c0973350265fffd2e6c3e5caa2 (patch) | |
tree | 248a2ee1f873bb81ee18373b005a8002924e9df7 /plugins/MobileProfile/MobileProfilePlugin.php | |
parent | d09444309f80fe1f274ec2dda4975a96506fcca9 (diff) |
Don't need text/xml until further evidence
Diffstat (limited to 'plugins/MobileProfile/MobileProfilePlugin.php')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 4 |
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'; |