From: Evan Prodromou Date: Sun, 6 Jul 2008 22:00:20 +0000 (-0400) Subject: prefer, barely, text/html to application/xhtml+xml X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6dbf7beb0bfce429f1c39b64e85cdac8229cb72d;p=quix0rs-gnu-social.git prefer, barely, text/html to application/xhtml+xml darcs-hash:20080706220020-84dde-7e700e953c18909edd05de240c0f989584417294.gz --- diff --git a/lib/util.php b/lib/util.php index 1a0dd07d26..4b781c0a89 100644 --- a/lib/util.php +++ b/lib/util.php @@ -122,7 +122,7 @@ function common_end_xml() { $xw->flush(); } -define('PAGE_TYPE_PREFS', 'application/xhtml+xml,text/html;q=0.7,application/xml;q=0.3,text/xml;q=0.2'); +define('PAGE_TYPE_PREFS', 'text/html,application/xhtml+xml,application/xml;q=0.3,text/xml;q=0.2'); function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=NULL) { global $config, $xw;