prefer, barely, text/html to application/xhtml+xml

darcs-hash:20080706220020-84dde-7e700e953c18909edd05de240c0f989584417294.gz
This commit is contained in:
Evan Prodromou 2008-07-06 18:00:20 -04:00
parent bca547c394
commit 6dbf7beb0b
1 changed files with 1 additions and 1 deletions

View 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;