From: Sarven Capadisli Date: Fri, 2 Oct 2009 12:46:26 +0000 (+0000) Subject: Don't need text/xml until further evidence X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43cd0f87190e55c0973350265fffd2e6c3e5caa2;p=quix0rs-gnu-social.git Don't need text/xml until further evidence --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 5ee2d90978..dd67ffcc9d 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';