]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't need text/xml until further evidence
authorSarven Capadisli <csarven@status.net>
Fri, 2 Oct 2009 12:46:26 +0000 (12:46 +0000)
committerSarven Capadisli <csarven@status.net>
Fri, 2 Oct 2009 12:46:26 +0000 (12:46 +0000)
plugins/MobileProfile/MobileProfilePlugin.php

index 5ee2d909786d1d2988e9b23ede8c13610976d673..dd67ffcc9d13c077c432ad1f667ef5a09325458c 100644 (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';