]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
prefer, barely, text/html to application/xhtml+xml
authorEvan Prodromou <evan@prodromou.name>
Sun, 6 Jul 2008 22:00:20 +0000 (18:00 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 6 Jul 2008 22:00:20 +0000 (18:00 -0400)
darcs-hash:20080706220020-84dde-7e700e953c18909edd05de240c0f989584417294.gz

lib/util.php

index 1a0dd07d2628552ab6c2551f33ce95dac3c5342a..4b781c0a89af2b632e181354c4530858433fe238 100644 (file)
@@ -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;