summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';